mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-15 16:38:23 +01:00
test: Add missing sync_mempools() to fill_mempool()
Also disable the function, when it is not needed.
Github-Pull: #30948
Rebased-From: faf801515f
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)
|
||||
fill_mempool(self, node, tx_sync_fun=self.no_op)
|
||||
self.wallet.rescan_utxos()
|
||||
mempoolminfee = node.getmempoolinfo()['mempoolminfee']
|
||||
peer = node.add_p2p_connection(TestP2PConn())
|
||||
|
||||
Reference in New Issue
Block a user