mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 18:51:15 +02:00
test: Remove from_node from create_self_transfer* MiniWallet helpers
The from_node argument is no longer used as of commit
a55606c3bd
This commit is contained in:
@ -473,7 +473,6 @@ class ReplaceByFeeTest(BitcoinTestFramework):
|
||||
# Now attempt to submit a tx that double-spends all the root tx inputs, which
|
||||
# would invalidate `num_txs_invalidated` transactions.
|
||||
double_tx = wallet.create_self_transfer_multi(
|
||||
from_node=normal_node,
|
||||
utxos_to_spend=root_utxos,
|
||||
fee_per_output=10_000_000, # absurdly high feerate
|
||||
)
|
||||
|
Reference in New Issue
Block a user