Skip to content

Commit 4cde09e

Browse files
Merge pull request #251 from lightninglabs/docs-pool
Update pool documentation
2 parents 9f5e407 + b0fa605 commit 4cde09e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pool/accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Creating an account has two parameters: the size of the account, and the expiry
2626
We can create an account using `pool`, like so:
2727

2828
```text
29-
🏔 pool accounts new --amt=50000000 --expiry_height=1773394
29+
🏔 pool accounts new --amt=50000000 --expiry_height=1773394 --conf_target=6
3030
{
3131
"trader_key": "0288096be9917f8ebdfc6eb2701635fe658f4eae1e0274dcce41418b3fb5145732",
3232
"outpoint": "c6f62c80095c98a57f2eef485a7ff06611f97dc856754cad330f4eeb538ff514:0",

docs/pool/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ litd
4040
Creating an account has two parameters: the size of the account, and the expiry of an account. The funds for the account will be pulled from your `lnd` wallet. Create an account by running the following command:
4141

4242
```text
43-
$ pool accounts new --amt=50000000 --expiry_height=1773394
43+
$ pool accounts new --amt=50000000 --expiry_height=1773394 --conf_target=6
4444
```
4545

4646
Once at least 3 blocks have passed \(in the alpha\), the account will be confirmed and ready for use:

0 commit comments

Comments
 (0)