test: Remove MiniWallet mempool_valid option

This commit is contained in:
MacroFake
2022-06-13 14:08:12 +02:00
parent 506d9b25a3
commit fa779de665
8 changed files with 11 additions and 18 deletions

View File

@ -212,7 +212,7 @@ class PrioritiseTransactionTest(BitcoinTestFramework):
assert x not in mempool
# Create a free transaction. Should be rejected.
tx_res = self.wallet.create_self_transfer(from_node=self.nodes[0], fee_rate=0, mempool_valid=False)
tx_res = self.wallet.create_self_transfer(from_node=self.nodes[0], fee_rate=0)
tx_hex = tx_res['hex']
tx_id = tx_res['txid']