parser: expose little-endian hashes for harmony with wire format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user