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:
Grisha Lyukshin 2021-03-08 04:08:14 -08:00 committed by GitHub
parent 79ad156ce4
commit d94acd702a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```