mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 10:56:24 +00:00
Fix bug automatic resolutions
This commit is contained in:
parent
1e39f32eb5
commit
1b347420fe
@ -412,8 +412,8 @@ class Logics:
|
||||
|
||||
elif num_messages_taker == 0:
|
||||
cls.return_escrow(order)
|
||||
cls.settle_bond(order.maker_bond)
|
||||
cls.return_bond(order.taker_bond)
|
||||
cls.settle_bond(order.taker_bond)
|
||||
cls.return_bond(order.maker_bond)
|
||||
cls.add_slashed_rewards(order, order.taker_bond, order.maker_bond)
|
||||
order.status = Order.Status.TLD
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user