mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-05 12:39:54 +02:00
cmd/lncli: clarify help for push_amt in openchannel
Fixes #1522. Fixes #1259.
This commit is contained in:
parent
e13f96e64b
commit
a43d02f8f0
@ -429,8 +429,11 @@ var openChannelCommand = cli.Command{
|
|||||||
},
|
},
|
||||||
cli.IntFlag{
|
cli.IntFlag{
|
||||||
Name: "push_amt",
|
Name: "push_amt",
|
||||||
Usage: "the number of satoshis to push to the remote " +
|
Usage: "the number of satoshis to give the remote side " +
|
||||||
"side as part of the initial commitment state",
|
"as part of the initial commitment state, " +
|
||||||
|
"this is equivalent to first opening a " +
|
||||||
|
"channel and sending the remote party funds, " +
|
||||||
|
"but done all in one step",
|
||||||
},
|
},
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
Name: "block",
|
Name: "block",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user