test: use tagged ephemeral MiniWallet instance in fill_mempool

This commit is contained in:
Sebastian Falbesoner
2024-04-16 02:30:51 +02:00
parent b2037ad4ae
commit dd8fa86193
6 changed files with 19 additions and 17 deletions

View File

@@ -250,7 +250,7 @@ class TxDownloadTest(BitcoinTestFramework):
def test_rejects_filter_reset(self):
self.log.info('Check that rejected tx is not requested again')
node = self.nodes[0]
fill_mempool(self, node, self.wallet)
fill_mempool(self, node)
self.wallet.rescan_utxos()
mempoolminfee = node.getmempoolinfo()['mempoolminfee']
peer = node.add_p2p_connection(TestP2PConn())