mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
fix wallet.py after 13160
Signed-off-by: pasta <pasta@dashboost.org>
This commit is contained in:
parent
b1a1954e5b
commit
7e3874aa4b
@ -119,7 +119,7 @@ class WalletTest(BitcoinTestFramework):
|
||||
self.nodes[1].lockunspent(False, [unspent_0])
|
||||
tx = self.nodes[1].createrawtransaction([unspent_0], { self.nodes[1].getnewaddress() : 1 })
|
||||
tx = self.nodes[1].fundrawtransaction(tx)['hex']
|
||||
tx = self.nodes[1].signrawtransactionwithwallet(tx)["hex"]
|
||||
tx = self.nodes[1].signrawtransaction(tx)["hex"]
|
||||
self.nodes[1].sendrawtransaction(tx)
|
||||
assert_equal(len(self.nodes[1].listlockunspent()), 0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user