mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loop: fix loop in quote conf target flag usage field
This commit is contained in:
parent
41550a9c4b
commit
e36c5a45d3
1 changed files with 3 additions and 4 deletions
|
|
@ -25,10 +25,9 @@ var quoteInCommand = cli.Command{
|
|||
Flags: []cli.Flag{
|
||||
cli.Uint64Flag{
|
||||
Name: "conf_target",
|
||||
Usage: "the number of blocks from the swap " +
|
||||
"initiation height that the on-chain HTLC " +
|
||||
"should be swept within in a Loop Out",
|
||||
Value: 6,
|
||||
Usage: "the target number of blocks the on-chain " +
|
||||
"htlc broadcast by the swap client should " +
|
||||
"confirm within",
|
||||
},
|
||||
},
|
||||
Action: quoteIn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue