Merge pull request #1303 from vegardengen/fix-docs-push-amount

Add clarification for push_amt argument to openchannel
This commit is contained in:
Olaoluwa Osuntokun 2018-06-12 17:27:19 -07:00 committed by GitHub
commit 80b531db62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -406,8 +406,9 @@ var openChannelCommand = cli.Command{
the node_key must be provided, rather than the peer_id. This is optional. the node_key must be provided, rather than the peer_id. This is optional.
The channel will be initialized with local-amt satoshis local and push-amt The channel will be initialized with local-amt satoshis local and push-amt
satoshis for the remote node. Once the channel is open, a channelPoint (txid:vout) satoshis for the remote node. Note that specifying push-amt means you give that
of the funding output is returned. 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.
One can manually set the fee to be used for the funding transaction via either One can manually set the fee to be used for the funding transaction via either
the --conf_target or --sat_per_byte arguments. This is optional.`, the --conf_target or --sat_per_byte arguments. This is optional.`,