Merge pull request #345 from carlaKC/typo-fix

loop: fix typo in htlc confs
This commit is contained in:
Carla Kirk-Cohen 2021-02-25 11:57:19 +02:00 committed by GitHub
commit 9ce7fe4df9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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