miner: fix typo in comment

This commit is contained in:
Ricardo Domingos 2017-11-21 22:31:01 +01:00 committed by Péter Szilágyi
parent 381ca5ec07
commit 2c4e1ad48e
No known key found for this signature in database
GPG key ID: E9AE538CEDF8293D

View file

@ -42,7 +42,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
// 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 te canonical chain.
// has a high enough guarantee to not be reorged out of the canonical chain.
type unconfirmedBlocks struct {
chain headerRetriever // Blockchain to verify canonical status through
depth uint // Depth after which to discard previous blocks