From ad65bee735e7a4f0695ae3ee98586eb9f1fced41 Mon Sep 17 00:00:00 2001 From: David Hill Date: Wed, 22 Jan 2014 13:17:41 -0500 Subject: [PATCH] fix typo --- checkpoints.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }