aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_tx_privacy.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/p2p_tx_privacy.py')
-rwxr-xr-xtest/functional/p2p_tx_privacy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p_tx_privacy.py b/test/functional/p2p_tx_privacy.py
index e674f6c3eb..afe9df8a0f 100755
--- a/test/functional/p2p_tx_privacy.py
+++ b/test/functional/p2p_tx_privacy.py
@@ -74,4 +74,4 @@ class TxPrivacyTest(BitcoinTestFramework):
spy.wait_for_inv_match(CInv(MSG_WTX, tx2.calc_sha256(True)))
if __name__ == '__main__':
- TxPrivacyTest().main()
+ TxPrivacyTest(__file__).main()