diff --git a/wire/blockheader.go b/wire/blockheader.go index 892cf3ca..9c9c2237 100644 --- a/wire/blockheader.go +++ b/wire/blockheader.go @@ -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.