mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-13 12:33:04 +02:00
docs: update account close example (#229)
* Updated for a transaction close * adding an extra line at the end of the file. * sat_per_byte value update As per PR review feedback, updating from 0 to something more realistic, like 11 sats per vbyte. Co-authored-by: root <root@pop-os.localdomain>
This commit is contained in:
parent
79ad156ce4
commit
d94acd702a
1 changed files with 1 additions and 2 deletions
|
|
@ -110,6 +110,5 @@ Incrementally _withdrawing_ from an account is also supported. The command is si
|
|||
Finally, if you wish to send _all_ your funds elsewhere, it's possible to close your account out before the main expiration period. We can close out the account we created above with the following command:
|
||||
|
||||
```text
|
||||
🏔 pool accounts close --trader_key=0288096be9917f8ebdfc6eb2701635fe658f4eae1e0274dcce41418b3fb5145732
|
||||
🏔 pool accounts close --trader_key=0288096be9917f8ebdfc6eb2701635fe658f4eae1e0274dcce41418b3fb5145732 --sat_per_vbyte 11
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue