mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-17 16:23:13 +00:00
Test trigger
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user