Skip to content

Commit

Permalink
Merge bitcoin#9309: [qa] Wallet needs to stay unlocked for whole test
Browse files Browse the repository at this point in the history
9359f8a Wallet needs to stay unlocked for whole test (Alex Morcos)
  • Loading branch information
MarcoFalke committed Dec 10, 2016
2 parents a1dcf2e + 9359f8a commit 76fcd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/rpc-tests/fundrawtransaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def run_test(self):
fundedTx = self.nodes[1].fundrawtransaction(rawTx)

#now we need to unlock
self.nodes[1].walletpassphrase("test", 100)
self.nodes[1].walletpassphrase("test", 600)
signedTx = self.nodes[1].signrawtransaction(fundedTx['hex'])
txId = self.nodes[1].sendrawtransaction(signedTx['hex'])
self.nodes[1].generate(1)
Expand Down

0 comments on commit 76fcd9d

Please sign in to comment.