Skip to content

Commit

Permalink
[wallet] remove redundand restart node
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavonalle committed Sep 25, 2018
1 parent db15805 commit 20442f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/rpc_signrawtransaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def successful_signing_test(self):
def test_with_lock_outputs(self):
"""Test correct error reporting when trying to sign a locked output"""
self.nodes[0].encryptwallet("password")
self.restart_node(0)

rawTx = '020000000156b958f78e3f24e0b2f4e4db1255426b0902027cb37e3ddadb52e37c3557dddb0000000000ffffffff01c0a6b929010000001600149a2ee8c77140a053f36018ac8124a6ececc1668a00000000'

assert_raises_rpc_error(-13, "Please enter the wallet passphrase with walletpassphrase first", self.nodes[0].signrawtransactionwithwallet, rawTx)
Expand Down

0 comments on commit 20442f6

Please sign in to comment.