mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-24 12:52:41 +03:00
remove payout_tx check in logics.py
This commit is contained in:
parent
7bfafc933e
commit
5e26e3ab93
@ -736,10 +736,9 @@ 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}%"
|
||||
)
|
||||
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}%"
|
||||
)
|
||||
if not valid:
|
||||
context["swap_allowed"] = False
|
||||
context[
|
||||
|
Loading…
Reference in New Issue
Block a user