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 fd4214e commit bf9dfdaCopy full SHA for bf9dfda
cmd/loop/loopout.go
@@ -45,7 +45,7 @@ var loopOutCommand = cli.Command{
45
},
46
cli.Uint64Flag{
47
Name: "htlc_confs",
48
- Usage: "the number of of confirmations, in blocks " +
+ Usage: "the number of confirmations (in blocks) " +
49
"that we require for the htlc extended by " +
50
"the server before we reveal the preimage.",
51
Value: uint64(loopdb.DefaultLoopOutHtlcConfirmations),
0 commit comments