From 99a26bf7e0998e938001eee57b0301fdf1de082d Mon Sep 17 00:00:00 2001 From: benma Date: Mon, 5 Feb 2018 10:30:51 +0100 Subject: [PATCH] wire: typo in BlockHeader PrevBlock comment --- wire/blockheader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.