mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-17 18:40:09 +00:00
Merge #9309: [qa] Wallet needs to stay unlocked for whole test
9359f8a Wallet needs to stay unlocked for whole test (Alex Morcos)
This commit is contained in:
commit
76fcd9d503
@ -515,7 +515,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…
x
Reference in New Issue
Block a user