wire: typo in BlockHeader PrevBlock comment
This commit is contained in:
parent
0ef0d8c59b
commit
99a26bf7e0
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ type BlockHeader struct {
|
||||||
// Version of the block. This is not the same as the protocol version.
|
// Version of the block. This is not the same as the protocol version.
|
||||||
Version int32
|
Version int32
|
||||||
|
|
||||||
// Hash of the previous block in the block chain.
|
// Hash of the previous block header in the block chain.
|
||||||
PrevBlock chainhash.Hash
|
PrevBlock chainhash.Hash
|
||||||
|
|
||||||
// Merkle tree reference to hash of all transactions for the block.
|
// Merkle tree reference to hash of all transactions for the block.
|
||||||
|
|
Loading…
Add table
Reference in a new issue