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
As CLI user I am missing an easy way to cancel my own orders. Right now I have to xucli listorders -j, find my order and the its ID and copy paste it into xucli removeorder <id> which is tedious right now and will be nearly impossible to do once there are more orders on the network
The text was updated successfully, but these errors were encountered:
I guess the UI will be the better place to cancel a particular order. But I agree that a "cancel all open orders" functionality, will think about it some more.
> xucli cancelallorders
Are you sure you want to cancel all open orders? [Y/n] Y
Cancelled order with id abc123
Cancelled order with id xyz123
Failed to cancel order with id xzy456
No more orders found
I bet we can find issues with higher prio though @rsercano
> xucli cancelallorders
Are you sure you want to cancel all open orders? [Y/n] Y
Cancelled order with id abc123
Cancelled order with id xyz123
Failed to cancel order with id xzy456
No more orders found
I bet we can find issues with higher prio though @rsercano
Of course, I just couldn't find one except #1668 which literally confuses me a lot 😅 Time to time (when I encounter it) I'm checking it, but just let me know if there's any other issue I can take other than assigned ones which have higher prio
As CLI user I am missing an easy way to cancel my own orders. Right now I have to
xucli listorders -j
, find my order and the its ID and copy paste it intoxucli removeorder <id>
which is tedious right now and will be nearly impossible to do once there are more orders on the networkThe text was updated successfully, but these errors were encountered: