You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# finished orders can never be used again
order_leaf_to_overwrite = `select order_leaf where state = 'finished' order by id asc limit 1;`
if order_leaf_to_overwrite is None:
# oldest open order is less probable to be used later? heuristic
order_leaf_to_overwrite = `select order_leaf order by id asc limit 1;`
The text was updated successfully, but these errors were encountered:
0xmountaintop
changed the title
feature: implement strategy of overwrite order tree
feature: implement strategy of overwrite order tree in state_manager
Mar 13, 2021
The text was updated successfully, but these errors were encountered: