aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_bip9_softforks.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/feature_bip9_softforks.py')
-rwxr-xr-xtest/functional/feature_bip9_softforks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_bip9_softforks.py b/test/functional/feature_bip9_softforks.py
index ae92e9f07c..71d3d04002 100755
--- a/test/functional/feature_bip9_softforks.py
+++ b/test/functional/feature_bip9_softforks.py
@@ -51,7 +51,7 @@ class BIP9SoftForksTest(ComparisonTestFramework):
return tx
def sign_transaction(self, node, tx):
- signresult = node.signrawtransaction(bytes_to_hex_str(tx.serialize()))
+ signresult = node.signrawtransactionwithwallet(bytes_to_hex_str(tx.serialize()))
tx = CTransaction()
f = BytesIO(hex_str_to_bytes(signresult['hex']))
tx.deserialize(f)