mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-21 18:23:34 +00:00
remove payout_tx check in logics.py
This commit is contained in:
@ -736,7 +736,6 @@ class Logics:
|
||||
valid = cls.create_onchain_payment(
|
||||
order, user, preliminary_amount=context["invoice_amount"]
|
||||
)
|
||||
if order.payout_tx is not None:
|
||||
order.log(
|
||||
f"Suggested mining fee is {order.payout_tx.suggested_mining_fee_rate} Sats/vbyte, the swap fee rate is {order.payout_tx.swap_fee_rate}%"
|
||||
)
|
||||
|
Reference in New Issue
Block a user