loop: fix typo in htlc confs

This commit is contained in:
carla 2021-02-25 10:49:31 +02:00
parent fd4214e68d
commit bf9dfdabbe
No known key found for this signature in database
GPG key ID: 4CA7FE54A6213C91

View file

@ -45,7 +45,7 @@ var loopOutCommand = cli.Command{
},
cli.Uint64Flag{
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 " +
"the server before we reveal the preimage.",
Value: uint64(loopdb.DefaultLoopOutHtlcConfirmations),