mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 19:43:13 +02:00
test: use tagged ephemeral MiniWallet instance in fill_mempool
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user