aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_opportunistic_1p1c.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/p2p_opportunistic_1p1c.py')
-rwxr-xr-xtest/functional/p2p_opportunistic_1p1c.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/p2p_opportunistic_1p1c.py b/test/functional/p2p_opportunistic_1p1c.py
index 0381cfb126..aec6e95fbc 100755
--- a/test/functional/p2p_opportunistic_1p1c.py
+++ b/test/functional/p2p_opportunistic_1p1c.py
@@ -388,8 +388,7 @@ class PackageRelayTest(BitcoinTestFramework):
self.generate(self.wallet_nonsegwit, 10)
self.generate(self.wallet, 20)
- filler_wallet = MiniWallet(node)
- fill_mempool(self, node, filler_wallet)
+ fill_mempool(self, node)
self.log.info("Check opportunistic 1p1c logic when parent (txid != wtxid) is received before child")
self.test_basic_parent_then_child(self.wallet)