mirror of
https://github.com/btcsuite/btcd.git
synced 2025-01-18 13:22:34 +01:00
wire: typo in BlockHeader PrevBlock comment
This commit is contained in:
parent
0ef0d8c59b
commit
99a26bf7e0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user