File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -640,10 +640,11 @@ def test_worker_create(self):
640
640
tx = tx .sign ([wif ], chain = prefix )
641
641
tx .verify ([PrivateKey (wif ).pubkey ], "BTS" )
642
642
txWire = hexlify (bytes (tx )).decode ("ascii" )
643
- compare = ("f68585abf4dce7c80457010f00000000000000000000d202964"
644
- "900000000000000011f75065cb1155bfcaabaf55d3357d69679"
645
- "c7c1fe589b6dc0919fe1dde1a305009c360823a40c28907299a"
646
- "40c241db9cad86e27369d0e5a76b5832d585505ff177d" )
643
+ compare = ("f68585abf4dce7c804570122000000000000000000000000000"
644
+ "0000000000000000000000000064d796e616d65056d7955524c"
645
+ "017d0000012049a1430c8045ce7e7a3c0882f537aa9d4547fca"
646
+ "65a6c17967c5daf47aad383175e9f95d0187398da8b8f5b4c78"
647
+ "561f4427b0fc8758e4a3a92afab9388f849f5a" )
647
648
self .assertEqual (compare [:- 130 ], txWire [:- 130 ])
648
649
649
650
def compareConstructedTX (self ):
You can’t perform that action at this time.
0 commit comments