aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_create_tx.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/wallet_create_tx.py')
-rwxr-xr-xtest/functional/wallet_create_tx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_create_tx.py b/test/functional/wallet_create_tx.py
index 41ddb2bc69..6deb262c9a 100755
--- a/test/functional/wallet_create_tx.py
+++ b/test/functional/wallet_create_tx.py
@@ -129,4 +129,4 @@ class CreateTxWalletTest(BitcoinTestFramework):
if __name__ == '__main__':
- CreateTxWalletTest().main()
+ CreateTxWalletTest(__file__).main()