mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Wallet needs to stay unlocked for whole test
This commit is contained in:
parent
72bf1b3d09
commit
9359f8ad3b
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ class RawTransactionsTest(BitcoinTestFramework):
|
||||||
fundedTx = self.nodes[1].fundrawtransaction(rawTx)
|
fundedTx = self.nodes[1].fundrawtransaction(rawTx)
|
||||||
|
|
||||||
#now we need to unlock
|
#now we need to unlock
|
||||||
self.nodes[1].walletpassphrase("test", 100)
|
self.nodes[1].walletpassphrase("test", 600)
|
||||||
signedTx = self.nodes[1].signrawtransaction(fundedTx['hex'])
|
signedTx = self.nodes[1].signrawtransaction(fundedTx['hex'])
|
||||||
txId = self.nodes[1].sendrawtransaction(signedTx['hex'])
|
txId = self.nodes[1].sendrawtransaction(signedTx['hex'])
|
||||||
self.nodes[1].generate(1)
|
self.nodes[1].generate(1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue