Skip to content

Commit 20442f6

Browse files
author
gustavonalle
committed
[wallet] remove redundand restart node
1 parent db15805 commit 20442f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/rpc_signrawtransaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def successful_signing_test(self):
4848
def test_with_lock_outputs(self):
4949
"""Test correct error reporting when trying to sign a locked output"""
5050
self.nodes[0].encryptwallet("password")
51-
self.restart_node(0)
51+
5252
rawTx = '020000000156b958f78e3f24e0b2f4e4db1255426b0902027cb37e3ddadb52e37c3557dddb0000000000ffffffff01c0a6b929010000001600149a2ee8c77140a053f36018ac8124a6ececc1668a00000000'
5353

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

0 commit comments

Comments
 (0)