aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_filter.py
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-09-05 12:11:54 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-09-05 12:11:10 +0200
commitfae0b21e6c7a27f08ea8f8b49198c734f923b5da (patch)
tree4d94135215f530b7713cb56f133ea18ef831a0c3 /test/functional/p2p_filter.py
parent260445bee8f003d5dd863d16e1eb2240bb130549 (diff)
downloadbitcoin-fae0b21e6c7a27f08ea8f8b49198c734f923b5da.tar.xz
test: Combine sync_send_with_ping and sync_with_ping
Diffstat (limited to 'test/functional/p2p_filter.py')
-rwxr-xr-xtest/functional/p2p_filter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/p2p_filter.py b/test/functional/p2p_filter.py
index 6699cc3528..665f57365f 100755
--- a/test/functional/p2p_filter.py
+++ b/test/functional/p2p_filter.py
@@ -177,7 +177,7 @@ class FilterTest(BitcoinTestFramework):
filter_peer.merkleblock_received = False
filter_peer.tx_received = False
self.wallet.send_to(from_node=self.nodes[0], scriptPubKey=getnewdestination()[1], amount=7 * COIN)
- filter_peer.sync_send_with_ping()
+ filter_peer.sync_with_ping()
assert not filter_peer.merkleblock_received
assert not filter_peer.tx_received