File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ def test_muhash_implementation(self):
69
69
assert_equal (finalized [::- 1 ].hex (), node_muhash )
70
70
71
71
self .log .info ("Test deterministic UTXO set hash results" )
72
- assert_equal (node .gettxoutsetinfo ()['hash_serialized_2' ], "221f245cf4c9010eeb7f5183d342c002ae6c1c27e98aa357dccb788c21d98049 " )
73
- assert_equal (node .gettxoutsetinfo ("muhash" )['muhash' ], "7c0890c68501f7630d36aeb3999dc924e63af084ae1bbfba11dd462144637635 " )
72
+ assert_equal (node .gettxoutsetinfo ()['hash_serialized_2' ], "3a570529b4c32e77268de1f81b903c75cc2da53c48df0d125c1e697ba7c8c7b7 " )
73
+ assert_equal (node .gettxoutsetinfo ("muhash" )['muhash' ], "a13e0e70eb8acc786549596e3bc154623f1a5a622ba2f70715f6773ec745f435 " )
74
74
75
75
def run_test (self ):
76
76
self .test_muhash_implementation ()
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ class CTransaction:
509
509
510
510
def __init__ (self , tx = None ):
511
511
if tx is None :
512
- self .nVersion = 1
512
+ self .nVersion = 2
513
513
self .vin = []
514
514
self .vout = []
515
515
self .wit = CTxWitness ()
You can’t perform that action at this time.
0 commit comments