test: speed up feature_dbcrash

This commit is contained in:
will
2026-05-26 19:39:03 +01:00
parent 0687438e94
commit c17cc76a18

View File

@@ -196,12 +196,12 @@ class ChainstateWriteCrashTest(BitcoinTestFramework):
# Sanity check -- if we chose inputs that are too small, skip
continue
self.wallet.send_self_transfer_multi(
from_node=node,
tx = self.wallet.create_self_transfer_multi(
utxos_to_spend=utxos_to_spend,
num_outputs=3,
fee_per_output=FEE // 3,
)
node.sendrawtransaction(hexstring=tx["hex"], maxfeerate=0)
num_transactions += 1
def run_test(self):