docs: add how to cancel orders

This commit is contained in:
BLdotN 2020-12-10 00:52:56 +01:00 committed by GitHub
parent 4c555373dd
commit ae48cf330f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -280,6 +280,14 @@ To reduce the value of this worst-case estimation, there are two possible flags
value too low might result in orders not being executed at all or only when
the mempools are almost empty.
## Cancelling orders
To cancel an order. First get the order_nonce of the to be canceled order by using the list command and then cancel it:
```text
$ pool orders cancel order_nonce
```
## Extensibility