We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49336b commit a6b790dCopy full SHA for a6b790d
tests/test_msg_eos_signtx.py
@@ -452,7 +452,7 @@ def test_delegatebw(self):
452
[self.action_delegatebw(False),
453
self.action_delegatebw(True)])
454
455
- self.assertEqual(binascii.hexlify(res.hash), "59e407c075535f600ff24e1487f6fc0062d32bc507033f65d92ab6131f00074c")
+ self.assertEqual(binascii.hexlify(res.hash), "b4921554b1ae7a7960477e9b89cb4d410493cef8a71bc60ead48882721eadcbd")
456
457
def test_undelegatebw(self):
458
self.setup_mnemonic_nopin_nopassphrase()
0 commit comments