mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #345 from carlaKC/typo-fix
loop: fix typo in htlc confs
This commit is contained in:
commit
9ce7fe4df9
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ var loopOutCommand = cli.Command{
|
|||
},
|
||||
cli.Uint64Flag{
|
||||
Name: "htlc_confs",
|
||||
Usage: "the number of of confirmations, in blocks " +
|
||||
Usage: "the number of confirmations (in blocks) " +
|
||||
"that we require for the htlc extended by " +
|
||||
"the server before we reveal the preimage.",
|
||||
Value: uint64(loopdb.DefaultLoopOutHtlcConfirmations),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue