aboutsummaryrefslogtreecommitdiffstats
path: root/eth/fetcher/fetcher.go
diff options
context:
space:
mode:
authorKyuntae Ethan Kim <ethan.kyuntae.kim@gmail.com>2018-03-07 17:15:54 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-03-07 17:15:54 +0800
commitf6bef558aa464487534d230ef24ae3e5b235477a (patch)
tree637aa76f017ff99341f4b229e2128a03ec1146b7 /eth/fetcher/fetcher.go
parentf1d440a437908320452a077b443f03a6c9606dc0 (diff)
downloadgo-tangerine-f6bef558aa464487534d230ef24ae3e5b235477a.tar
go-tangerine-f6bef558aa464487534d230ef24ae3e5b235477a.tar.gz
go-tangerine-f6bef558aa464487534d230ef24ae3e5b235477a.tar.bz2
go-tangerine-f6bef558aa464487534d230ef24ae3e5b235477a.tar.lz
go-tangerine-f6bef558aa464487534d230ef24ae3e5b235477a.tar.xz
go-tangerine-f6bef558aa464487534d230ef24ae3e5b235477a.tar.zst
go-tangerine-f6bef558aa464487534d230ef24ae3e5b235477a.zip
eth: fixed typo (#16274)
Diffstat (limited to 'eth/fetcher/fetcher.go')
-rw-r--r--eth/fetcher/fetcher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/fetcher/fetcher.go b/eth/fetcher/fetcher.go
index 50966f5ee..db554e144 100644
--- a/eth/fetcher/fetcher.go
+++ b/eth/fetcher/fetcher.go
@@ -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()