From 6663e5da10e7198f7ff5e883fd857240e59d476c Mon Sep 17 00:00:00 2001 From: Liang ZOU Date: Tue, 25 Sep 2018 18:26:35 +0800 Subject: all: fix various comment typos (#17748) --- miner/unconfirmed.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miner') 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 { -- cgit v1.2.3