mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-27 08:22:34 +00:00
fix typo
This commit is contained in:
parent
d0d74b4e3e
commit
ad65bee735
@ -130,7 +130,7 @@ func (b *BlockChain) verifyCheckpoint(height int64, hash *btcwire.ShaHash) bool
|
|||||||
return false
|
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)
|
checkpoint.Hash)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user