aboutsummaryrefslogtreecommitdiffstats
path: root/eth/fetcher
diff options
context:
space:
mode:
authorYusup <awklsgrep@gmail.com>2018-04-04 18:25:02 +0800
committerFelix Lange <fjl@users.noreply.github.com>2018-04-04 18:25:02 +0800
commit7aad81f8815084c8ed032705fbaf6d3710e518cf (patch)
treea79cccc5f2040ac2ec496ca18e7381390c30fbc7 /eth/fetcher
parent2a4bd55b43df92fe2f83468656ca03199596bceb (diff)
downloaddexon-7aad81f8815084c8ed032705fbaf6d3710e518cf.tar
dexon-7aad81f8815084c8ed032705fbaf6d3710e518cf.tar.gz
dexon-7aad81f8815084c8ed032705fbaf6d3710e518cf.tar.bz2
dexon-7aad81f8815084c8ed032705fbaf6d3710e518cf.tar.lz
dexon-7aad81f8815084c8ed032705fbaf6d3710e518cf.tar.xz
dexon-7aad81f8815084c8ed032705fbaf6d3710e518cf.tar.zst
dexon-7aad81f8815084c8ed032705fbaf6d3710e518cf.zip
eth: fix typos (#16414)
Diffstat (limited to 'eth/fetcher')
-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 db554e144..0c679cec3 100644
--- a/eth/fetcher/fetcher.go
+++ b/eth/fetcher/fetcher.go
@@ -127,7 +127,7 @@ type Fetcher struct {
// Block cache
queue *prque.Prque // Queue containing the import operations (block number sorted)
queues map[string]int // Per peer block counts to prevent memory exhaustion
- queued map[common.Hash]*inject // Set of already queued blocks (to dedup imports)
+ queued map[common.Hash]*inject // Set of already queued blocks (to dedupe imports)
// Callbacks
getBlock blockRetrievalFn // Retrieves a block from the local chain