1
0

wallet: kill create_transaction

This commit is contained in:
SomberNight
2025-03-14 17:19:41 +00:00
parent 4689a0e78c
commit 977d8b1dd6
8 changed files with 39 additions and 72 deletions

View File

@@ -391,7 +391,7 @@ class TxBatch(Logger):
txin.witness_script = sweep_info.txin.witness_script
txin.script_sig = sweep_info.txin.script_sig
# create tx
tx = self.wallet.create_transaction(
tx = self.wallet.make_unsigned_transaction(
fee_policy=self.fee_policy,
base_tx=base_tx,
inputs=inputs,