wire: typo in BlockHeader PrevBlock comment

This commit is contained in:
benma 2018-02-05 10:30:51 +01:00 committed by Dave Collins
parent 0ef0d8c59b
commit 99a26bf7e0

View file

@ -23,7 +23,7 @@ type BlockHeader struct {
// Version of the block. This is not the same as the protocol version.
Version int32
// Hash of the previous block in the block chain.
// Hash of the previous block header in the block chain.
PrevBlock chainhash.Hash
// Merkle tree reference to hash of all transactions for the block.