loop: fix typo in htlc confs

pull/345/head
carla 3 years ago
parent fd4214e68d
commit bf9dfdabbe
No known key found for this signature in database
GPG Key ID: 4CA7FE54A6213C91

@ -45,7 +45,7 @@ var loopOutCommand = cli.Command{
}, },
cli.Uint64Flag{ cli.Uint64Flag{
Name: "htlc_confs", Name: "htlc_confs",
Usage: "the number of of confirmations, in blocks " + Usage: "the number of confirmations (in blocks) " +
"that we require for the htlc extended by " + "that we require for the htlc extended by " +
"the server before we reveal the preimage.", "the server before we reveal the preimage.",
Value: uint64(loopdb.DefaultLoopOutHtlcConfirmations), Value: uint64(loopdb.DefaultLoopOutHtlcConfirmations),

Loading…
Cancel
Save