parser: clarify difference between block hash and block header hash

This commit is contained in:
George Tankersley
2018-09-14 15:02:47 -04:00
parent e69779195f
commit c947b00d36
2 changed files with 15 additions and 14 deletions

View File

@@ -73,7 +73,7 @@ func TestBlockHeader(t *testing.T) {
break
}
hash := blockHeader.GetBlockHash()
hash := blockHeader.GetBlockHeaderHash()
// This is not necessarily true for anything but our current test cases.
for _, b := range hash[28:] {