mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 22:11:41 +01:00
parent
91edf5ea07
commit
c9eb077935
1 changed files with 2 additions and 17 deletions
|
@ -1357,23 +1357,8 @@ func getInfo(ctx *cli.Context) error {
|
|||
}
|
||||
|
||||
var pendingChannelsCommand = cli.Command{
|
||||
Name: "pendingchannels",
|
||||
Usage: "Display information pertaining to pending channels",
|
||||
Flags: []cli.Flag{
|
||||
cli.BoolFlag{
|
||||
Name: "open, o",
|
||||
Usage: "display the status of new pending channels",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "close, c",
|
||||
Usage: "display the status of channels being closed",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "all, a",
|
||||
Usage: "display the status of channels in the " +
|
||||
"process of being opened or closed",
|
||||
},
|
||||
},
|
||||
Name: "pendingchannels",
|
||||
Usage: "Display information pertaining to pending channels",
|
||||
Action: actionDecorator(pendingChannels),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue