parser: expose little-endian hashes for harmony with wire format

This commit is contained in:
George Tankersley
2018-12-11 01:38:57 -05:00
parent 677b74359b
commit 80b063fe8e
4 changed files with 10 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ func TestSqliteStorage(t *testing.T) {
}
height := block.GetHeight()
hash := hex.EncodeToString(block.GetDisplayHash())
hash := hex.EncodeToString(block.GetEncodableHash())
hasSapling := block.HasSaplingTransactions()
protoBlock := block.ToCompact()
version := 1