parent
91edf5ea07
commit
c9eb077935
@ -1359,21 +1359,6 @@ func getInfo(ctx *cli.Context) error {
|
|||||||
var pendingChannelsCommand = cli.Command{
|
var pendingChannelsCommand = cli.Command{
|
||||||
Name: "pendingchannels",
|
Name: "pendingchannels",
|
||||||
Usage: "Display information pertaining to pending channels",
|
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",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
Action: actionDecorator(pendingChannels),
|
Action: actionDecorator(pendingChannels),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user