From abcd1dc4eda373ce27a1041bda8fa756ab71c26a Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Mon, 4 Jul 2022 11:10:31 -0400 Subject: [PATCH] lncli: Fix batchopenchannel help text [skip ci] --- cmd/lncli/cmd_open_channel.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cmd/lncli/cmd_open_channel.go b/cmd/lncli/cmd_open_channel.go index 118bb9380..31aa1ca41 100644 --- a/cmd/lncli/cmd_open_channel.go +++ b/cmd/lncli/cmd_open_channel.go @@ -653,11 +653,11 @@ var batchOpenChannelCommand = cli.Command{ All nodes listed must already be connected peers, otherwise funding will fail. - The channel will be initialized with local-amt satoshis local and - push-amt satoshis for the remote node. Note that specifying push-amt - means you give that amount to the remote node as part of the channel - opening. Once the channel is open, a channelPoint (txid:vout) of the - funding output is returned. + The channel will be initialized with local_funding_amount satoshis + locally and push_sat satoshis for the remote node. Note that specifying + push_sat means you give that amount to the remote node as part of the + channel opening. Once the channel is open, a channelPoint (txid:vout) of + the funding output is returned. If the remote peer supports the option upfront shutdown feature bit (query listpeers to see their supported feature bits), an address to