We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41550a9 commit e36c5a4Copy full SHA for e36c5a4
cmd/loop/quote.go
@@ -25,10 +25,9 @@ var quoteInCommand = cli.Command{
25
Flags: []cli.Flag{
26
cli.Uint64Flag{
27
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,
+ Usage: "the target number of blocks the on-chain " +
+ "htlc broadcast by the swap client should " +
+ "confirm within",
32
},
33
34
Action: quoteIn,
0 commit comments