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

@@ -212,7 +212,7 @@ class ElectrumGui(BaseElectrumGui, EventListener):
if c == "n": return
try:
tx = self.wallet.create_transaction(
tx = self.wallet.make_unsigned_transaction(
outputs=[PartialTxOutput.from_address_and_value(self.str_recipient, amount)],
fee_policy=FixedFeePolicy(fee),
)