aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_opportunistic_1p1c.py
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2024-04-16 02:30:51 +0200
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2024-05-05 12:36:51 +0200
commitdd8fa861939d5b8bdd844ad7cab015d08533a91a (patch)
tree68b90b67ee59b7c7e0d3b05c7dd916ee88676341 /test/functional/p2p_opportunistic_1p1c.py
parentb2037ad4aeb4e16c7eb1e5756d0d1ee20172344b (diff)
downloadbitcoin-dd8fa861939d5b8bdd844ad7cab015d08533a91a.tar.xz
test: use tagged ephemeral MiniWallet instance in fill_mempool
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)