aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_filter.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-04-27 13:32:23 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-04-28 08:16:29 +0200
commitfaa51ef4d33034f8c14cfd18f1c01c90883a1bb4 (patch)
treefc99d13079acbab38be723e68b3391b73371081f /test/functional/p2p_filter.py
parentfa37116c820f6a84642d57ce709a5977fd5616c4 (diff)
downloadbitcoin-faa51ef4d33034f8c14cfd18f1c01c90883a1bb4.tar.xz
test: Fix intermittent issue in p2p_addr_relay.py
Diffstat (limited to 'test/functional/p2p_filter.py')
-rwxr-xr-xtest/functional/p2p_filter.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/p2p_filter.py b/test/functional/p2p_filter.py
index 4bee33f825..359cfb9c34 100755
--- a/test/functional/p2p_filter.py
+++ b/test/functional/p2p_filter.py
@@ -174,8 +174,7 @@ class FilterTest(BitcoinTestFramework):
filter_peer.merkleblock_received = False
filter_peer.tx_received = False
self.nodes[0].sendtoaddress(self.nodes[0].getnewaddress(), 90)
- filter_peer.sync_with_ping()
- filter_peer.sync_with_ping()
+ filter_peer.sync_send_with_ping()
assert not filter_peer.merkleblock_received
assert not filter_peer.tx_received