Skip to content

Commit

Permalink
chore: fix function name (#2501)
Browse files Browse the repository at this point in the history
Signed-off-by: zoupingshi <[email protected]>
  • Loading branch information
zoupingshi authored Jun 5, 2024
1 parent 9bb4fed commit 1047f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/fetcher/block_fetcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func (f *fetcherTester) chainFinalizedHeight() uint64 {
return f.blocks[f.hashes[len(f.hashes)-3]].NumberU64()
}

// insertChain injects a new headers into the simulated chain.
// insertHeaders injects a new headers into the simulated chain.
func (f *fetcherTester) insertHeaders(headers []*types.Header) (int, error) {
f.lock.Lock()
defer f.lock.Unlock()
Expand Down

0 comments on commit 1047f0e

Please sign in to comment.