aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_sendmany.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/wallet_sendmany.py')
-rwxr-xr-xtest/functional/wallet_sendmany.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_sendmany.py b/test/functional/wallet_sendmany.py
index 5751993143..ad99100590 100755
--- a/test/functional/wallet_sendmany.py
+++ b/test/functional/wallet_sendmany.py
@@ -40,4 +40,4 @@ class SendmanyTest(BitcoinTestFramework):
if __name__ == '__main__':
- SendmanyTest().main()
+ SendmanyTest(__file__).main()