From d94acd702a6ba9aa722caca9dd2ddb01ec425b24 Mon Sep 17 00:00:00 2001 From: Grisha Lyukshin Date: Mon, 8 Mar 2021 04:08:14 -0800 Subject: [PATCH] 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 --- docs/accounts.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/accounts.md b/docs/accounts.md index f506c36..a1fa5e7 100644 --- a/docs/accounts.md +++ b/docs/accounts.md @@ -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 ``` -