mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 11:26:24 +00:00
Test trigger
This commit is contained in:
parent
0175e73ca1
commit
3de8b7e3cc
@ -276,5 +276,4 @@ class Trade:
|
||||
def change_order_status(self, status):
|
||||
# Change order expiry to now
|
||||
order = Order.objects.get(id=self.order_id)
|
||||
order.status = status
|
||||
order.save()
|
||||
order.update_status(status)
|
||||
|
Loading…
Reference in New Issue
Block a user