File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -625,7 +625,7 @@ def test_newaccount(self):
625625 num_actions = 1 ),
626626 [self .action_newaccount ()])
627627
628- self .assertEqual (binascii .hexlify (res .hash ), "8cebf868f235f99af457ea23b8e6dda6abf73d9321dfa4040707c94478f44690 " )
628+ self .assertEqual (binascii .hexlify (res .hash ), "8e0accde9fb6529b5d72b4d9a9859e1dae0c6ae9a159bb1ea8c8f579f942c291 " )
629629
630630 def test_unknown_noadvanced (self ):
631631 self .setup_mnemonic_nopin_nopassphrase ()
@@ -1424,9 +1424,9 @@ def test_eos_signtx_newaccount(self):
14241424 json .loads (data ))
14251425
14261426 assert isinstance (actionResp , proto .EosSignedTx )
1427- self .assertEqual (binascii .hexlify (actionResp .signature_r ), "16238c00b6fc82ca0d9212141a4b6607dfac0723d20ee208f124a6846cfc958c " )
1428- self .assertEqual (binascii .hexlify (actionResp .signature_s ), "3cf158773bdf22f4d7e987cd0602e38ae108eb41efc2d8a595f159fcbeaa2e82 " )
1429- self .assertEqual (actionResp .signature_v , 31 )
1427+ self .assertEqual (binascii .hexlify (actionResp .signature_r ), "61317ec7dc5c6e62ef7e45b4961ad89fe748c5a9076f23e0c6afc90ad1f93f47 " )
1428+ self .assertEqual (binascii .hexlify (actionResp .signature_s ), "056996515e6c6e28be136821859cf2092f719a8da25171ce6534c2bf9a013d3d " )
1429+ self .assertEqual (actionResp .signature_v , 32 )
14301430
14311431 def test_eos_signtx_setcontract (self ):
14321432 self .setup_mnemonic_nopin_nopassphrase ()
You can’t perform that action at this time.
0 commit comments