mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-16 13:00:39 +02:00
docs: add how to cancel orders
This commit is contained in:
parent
4c555373dd
commit
ae48cf330f
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue