Merge pull request #345 from carlaKC/typo-fix

loop: fix typo in htlc confs
pull/350/head
Carla Kirk-Cohen 3 years ago committed by GitHub
commit 9ce7fe4df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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),

Loading…
Cancel
Save