From 40790e1f6aea2724d1e69082b497da48da3904a1 Mon Sep 17 00:00:00 2001 From: Symphonic3 <46897919+Symphonic3@users.noreply.github.com> Date: Fri, 15 Jul 2022 19:31:08 -0600 Subject: [PATCH] Fix typo in abandonchannel description i_know_what_im_doing --> i_know_what_i_am_doing --- cmd/lncli/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index c9fce9a18..8b981af6c 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -1133,7 +1133,7 @@ var abandonChannelCommand = cli.Command{ channels due to bugs fixed in newer versions of lnd. Only available when lnd is built in debug mode. The flag - --i_know_what_im_doing can be set to override the debug/dev mode + --i_know_what_i_am_doing can be set to override the debug/dev mode requirement. To view which funding_txids/output_indexes can be used for this command,