From f179bd0d29d9e94c63ff4e603832befa34a9a782 Mon Sep 17 00:00:00 2001 From: Eduard Voiculescu Date: Tue, 10 Sep 2024 17:10:17 -0400 Subject: [PATCH] fix typo --- blockpoller/poller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockpoller/poller.go b/blockpoller/poller.go index dbbdec1..a62244b 100644 --- a/blockpoller/poller.go +++ b/blockpoller/poller.go @@ -349,7 +349,7 @@ func (p *BlockPoller) fetchBlockWithHash(blkNum uint64, hash string) (*pbbstream } if skipped { - return nil, fmt.Errorf("block %d was skipped and sould not have been requested", blkNum) + return nil, fmt.Errorf("block %d was skipped and should not have been requested", blkNum) } if p.forceFinalityAfterBlocks != nil {