From bf9dfdabbe637a58a7dffcd709f7fe53c4fbd5e2 Mon Sep 17 00:00:00 2001 From: carla Date: Thu, 25 Feb 2021 10:49:31 +0200 Subject: [PATCH] loop: fix typo in htlc confs --- cmd/loop/loopout.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/loop/loopout.go b/cmd/loop/loopout.go index dc2b939..129ee83 100644 --- a/cmd/loop/loopout.go +++ b/cmd/loop/loopout.go @@ -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),