aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_ibd_txrelay.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/p2p_ibd_txrelay.py')
-rwxr-xr-xtest/functional/p2p_ibd_txrelay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p_ibd_txrelay.py b/test/functional/p2p_ibd_txrelay.py
index b93e39a925..882f5b5c13 100755
--- a/test/functional/p2p_ibd_txrelay.py
+++ b/test/functional/p2p_ibd_txrelay.py
@@ -86,4 +86,4 @@ class P2PIBDTxRelayTest(BitcoinTestFramework):
peer_txer.send_and_ping(msg_tx(tx))
if __name__ == '__main__':
- P2PIBDTxRelayTest().main()
+ P2PIBDTxRelayTest(__file__).main()