mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
Merge pull request #6698 from hieblmi/fix-batchopenchannel-help-text
Fix batchopenchannel help text
This commit is contained in:
commit
ed2a126541
1 changed files with 5 additions and 5 deletions
|
@ -653,11 +653,11 @@ var batchOpenChannelCommand = cli.Command{
|
||||||
All nodes listed must already be connected peers, otherwise funding will
|
All nodes listed must already be connected peers, otherwise funding will
|
||||||
fail.
|
fail.
|
||||||
|
|
||||||
The channel will be initialized with local-amt satoshis local and
|
The channel will be initialized with local_funding_amount satoshis
|
||||||
push-amt satoshis for the remote node. Note that specifying push-amt
|
locally and push_sat satoshis for the remote node. Note that specifying
|
||||||
means you give that amount to the remote node as part of the channel
|
push_sat means you give that amount to the remote node as part of the
|
||||||
opening. Once the channel is open, a channelPoint (txid:vout) of the
|
channel opening. Once the channel is open, a channelPoint (txid:vout) of
|
||||||
funding output is returned.
|
the funding output is returned.
|
||||||
|
|
||||||
If the remote peer supports the option upfront shutdown feature bit
|
If the remote peer supports the option upfront shutdown feature bit
|
||||||
(query listpeers to see their supported feature bits), an address to
|
(query listpeers to see their supported feature bits), an address to
|
||||||
|
|
Loading…
Add table
Reference in a new issue