Skip to content

Commit ed85b3e

Browse files
committed
[tests] fix worker_creation
1 parent 8d1a961 commit ed85b3e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tests/test_transactions.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -640,10 +640,11 @@ def test_worker_create(self):
640640
tx = tx.sign([wif], chain=prefix)
641641
tx.verify([PrivateKey(wif).pubkey], "BTS")
642642
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")
647648
self.assertEqual(compare[:-130], txWire[:-130])
648649

649650
def compareConstructedTX(self):

0 commit comments

Comments
 (0)