good morning!!!!

Skip to content
Snippets Groups Projects
Commit f6bef558 authored by Kyuntae Ethan Kim's avatar Kyuntae Ethan Kim Committed by Péter Szilágyi
Browse files

eth: fixed typo (#16274)

parent f1d440a4
No related branches found
No related tags found
No related merge requests found
......@@ -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
// 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.
func (f *Fetcher) insert(peer string, block *types.Block) {
hash := block.Hash()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment