mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 10:19:26 +02:00
test: Remove MiniWallet mempool_valid option
This commit is contained in:
@ -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']
|
||||
|
||||
|
Reference in New Issue
Block a user