Skip to content

Commit

Permalink
Merge pull request #1303 from vegardengen/fix-docs-push-amount
Browse files Browse the repository at this point in the history
Add clarification for push_amt argument to openchannel
  • Loading branch information
Roasbeef committed Jun 13, 2018
2 parents c3191a7 + 668b7ac commit 80b531d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/lncli/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,9 @@ var openChannelCommand = cli.Command{
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
satoshis for the remote node. Once the channel is open, a channelPoint (txid:vout)
of the funding output is returned.
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.
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.`,
Expand Down

0 comments on commit 80b531d

Please sign in to comment.