Skip to content

Commit

Permalink
[FIX] Error in test_wallet_transaction_sign_with_wif unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
mccwdev committed Jun 12, 2019
1 parent 65d42b1 commit 37a9f38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_wallets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,6 @@ def test_wallet_transaction_sign_with_wif(self):
t = w.send_to('blt1q285vnphcs4r0t5dw06tmxl7aryj3jnx88duehv4p7eldsshrmygsmlq84z', 2000, fee=1000)
t.sign(wif2)
self.assertIsNone(t.send())
self.assertEqual(t.hash, '181aefe64414a20c264d00cbdc0b128fb56ffe5a9b4547f18d695a55833568cd')
self.assertTrue(t.pushed)

def test_wallet_transaction_restore_saved_tx(self):
Expand Down

0 comments on commit 37a9f38

Please sign in to comment.