Skip to content

Commit bf9dfda

Browse files
committed
loop: fix typo in htlc confs
1 parent fd4214e commit bf9dfda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/loop/loopout.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var loopOutCommand = cli.Command{
4545
},
4646
cli.Uint64Flag{
4747
Name: "htlc_confs",
48-
Usage: "the number of of confirmations, in blocks " +
48+
Usage: "the number of confirmations (in blocks) " +
4949
"that we require for the htlc extended by " +
5050
"the server before we reveal the preimage.",
5151
Value: uint64(loopdb.DefaultLoopOutHtlcConfirmations),

0 commit comments

Comments
 (0)