diff --git a/checkpoints.go b/checkpoints.go index c4ef014e..384b9160 100644 --- a/checkpoints.go +++ b/checkpoints.go @@ -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 }