Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Voiculescu committed Sep 10, 2024
1 parent 48e6ebc commit f179bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockpoller/poller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f179bd0

Please sign in to comment.