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, 1 insertions, 2 deletions
diff --git a/test/functional/p2p_1p1c_network.py b/test/functional/p2p_1p1c_network.py
index 57de90a91e..ea59248506 100755
--- a/test/functional/p2p_1p1c_network.py
+++ b/test/functional/p2p_1p1c_network.py
@@ -47,8 +47,7 @@ class PackageRelayTest(BitcoinTestFramework):
self.supports_cli = False
def raise_network_minfee(self):
- filler_wallet = MiniWallet(self.nodes[0])
- fill_mempool(self, self.nodes[0], filler_wallet)
+ fill_mempool(self, self.nodes[0])
self.log.debug("Wait for the network to sync mempools")
self.sync_mempools()