aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_1p1c_network.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/p2p_1p1c_network.py')
-rwxr-xr-xtest/functional/p2p_1p1c_network.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/p2p_1p1c_network.py b/test/functional/p2p_1p1c_network.py
index f9e782f524..cdc4e1691d 100755
--- a/test/functional/p2p_1p1c_network.py
+++ b/test/functional/p2p_1p1c_network.py
@@ -49,9 +49,6 @@ class PackageRelayTest(BitcoinTestFramework):
def raise_network_minfee(self):
fill_mempool(self, self.nodes[0])
- self.log.debug("Wait for the network to sync mempools")
- self.sync_mempools()
-
self.log.debug("Check that all nodes' mempool minimum feerates are above min relay feerate")
for node in self.nodes:
assert_equal(node.getmempoolinfo()['minrelaytxfee'], FEERATE_1SAT_VB)