aboutsummaryrefslogtreecommitdiffstats
path: root/miner
diff options
context:
space:
mode:
authorLiang ZOU <liang.d.zou@gmail.com>2018-09-25 18:26:35 +0800
committerFelix Lange <fjl@users.noreply.github.com>2018-09-25 18:26:35 +0800
commit6663e5da10e7198f7ff5e883fd857240e59d476c (patch)
tree300654c5bfdc957423328d51af2339012d5673c0 /miner
parent30cd5c18549f645002aedb4c00e5bab683cb0835 (diff)
downloaddexon-6663e5da10e7198f7ff5e883fd857240e59d476c.tar
dexon-6663e5da10e7198f7ff5e883fd857240e59d476c.tar.gz
dexon-6663e5da10e7198f7ff5e883fd857240e59d476c.tar.bz2
dexon-6663e5da10e7198f7ff5e883fd857240e59d476c.tar.lz
dexon-6663e5da10e7198f7ff5e883fd857240e59d476c.tar.xz
dexon-6663e5da10e7198f7ff5e883fd857240e59d476c.tar.zst
dexon-6663e5da10e7198f7ff5e883fd857240e59d476c.zip
all: fix various comment typos (#17748)
Diffstat (limited to 'miner')
-rw-r--r--miner/unconfirmed.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/miner/unconfirmed.go b/miner/unconfirmed.go
index 3eb29bc70..3a176e8bd 100644
--- a/miner/unconfirmed.go
+++ b/miner/unconfirmed.go
@@ -43,7 +43,7 @@ type unconfirmedBlock struct {
}
// unconfirmedBlocks implements a data structure to maintain locally mined blocks
-// have have not yet reached enough maturity to guarantee chain inclusion. It is
+// have not yet reached enough maturity to guarantee chain inclusion. It is
// used by the miner to provide logs to the user when a previously mined block
// has a high enough guarantee to not be reorged out of the canonical chain.
type unconfirmedBlocks struct {