aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_ibd_stalling.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/p2p_ibd_stalling.py')
-rwxr-xr-xtest/functional/p2p_ibd_stalling.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p_ibd_stalling.py b/test/functional/p2p_ibd_stalling.py
index aca98ceb3f..0eb37fa92f 100755
--- a/test/functional/p2p_ibd_stalling.py
+++ b/test/functional/p2p_ibd_stalling.py
@@ -151,7 +151,7 @@ class P2PIBDStallingTest(BitcoinTestFramework):
def all_sync_send_with_ping(self, peers):
for p in peers:
if p.is_connected:
- p.sync_send_with_ping()
+ p.sync_with_ping()
def is_block_requested(self, peers, hash):
for p in peers: