This commit is contained in:
David Hill 2014-01-22 13:17:41 -05:00
parent d0d74b4e3e
commit ad65bee735

View file

@ -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
}