fix typo
This commit is contained in:
parent
d0d74b4e3e
commit
ad65bee735
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ func (b *BlockChain) verifyCheckpoint(height int64, hash *btcwire.ShaHash) bool
|
|||
return false
|
||||
}
|
||||
|
||||
log.Infof("Verfied checkpoint at height %d/block %s", checkpoint.Height,
|
||||
log.Infof("Verified checkpoint at height %d/block %s", checkpoint.Height,
|
||||
checkpoint.Hash)
|
||||
return true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue