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

@@ -563,7 +563,7 @@ def create_lots_of_big_transactions(mini_wallet, node, fee, tx_batch_size, txout
from_node=node,
utxo_to_spend=None if use_internal_utxos else utxos.pop(),
fee_rate=0,
mempool_valid=False)['tx']
)["tx"]
tx.vout[0].nValue -= fee_sats
tx.vout.extend(txouts)
res = node.testmempoolaccept([tx.serialize().hex()])[0]