Skip to content

Commit e36c5a4

Browse files
committed
loop: fix loop in quote conf target flag usage field
1 parent 41550a9 commit e36c5a4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

cmd/loop/quote.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ var quoteInCommand = cli.Command{
2525
Flags: []cli.Flag{
2626
cli.Uint64Flag{
2727
Name: "conf_target",
28-
Usage: "the number of blocks from the swap " +
29-
"initiation height that the on-chain HTLC " +
30-
"should be swept within in a Loop Out",
31-
Value: 6,
28+
Usage: "the target number of blocks the on-chain " +
29+
"htlc broadcast by the swap client should " +
30+
"confirm within",
3231
},
3332
},
3433
Action: quoteIn,

0 commit comments

Comments
 (0)