Commit f6bef558 authored by Kyuntae Ethan Kim's avatar Kyuntae Ethan Kim Committed by Péter Szilágyi

eth: fixed typo (#16274)

parent f1d440a4
...@@ -633,7 +633,7 @@ func (f *Fetcher) enqueue(peer string, block *types.Block) { ...@@ -633,7 +633,7 @@ func (f *Fetcher) enqueue(peer string, block *types.Block) {
} }
// insert spawns a new goroutine to run a block insertion into the chain. If the // insert spawns a new goroutine to run a block insertion into the chain. If the
// block's number is at the same height as the current import phase, if updates // block's number is at the same height as the current import phase, it updates
// the phase states accordingly. // the phase states accordingly.
func (f *Fetcher) insert(peer string, block *types.Block) { func (f *Fetcher) insert(peer string, block *types.Block) {
hash := block.Hash() hash := block.Hash()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment