From eab87140e941b7deb5f73f779c6eed0d950c01c9 Mon Sep 17 00:00:00 2001 From: Sean Erle Johnson Date: Sun, 15 Apr 2018 18:28:37 -0700 Subject: [PATCH] lncli: make locating funding_txids easier --- cmd/lncli/commands.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index e691d9c2..91fa0ccd 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -621,7 +621,11 @@ var closeChannelCommand = cli.Command{ In the case of a cooperative closure, One can manually set the fee to be used for the closing transaction via either the --conf_target or --sat_per_byte arguments. This will be the starting value used during - fee negotiation. This is optional.`, + fee negotiation. This is optional. + + To view which funding_txids/output_indexes can be used for a channel close, + see the channel_point values within the listchannels command output. + The format for a channel_point is 'funding_txid:output_index'.`, ArgsUsage: "funding_txid [output_index [time_limit]]", Flags: []cli.Flag{ cli.StringFlag{