lncli: remove unused type chain
This commit is contained in:
parent
3191b949f5
commit
6b649eeb10
@ -1705,11 +1705,6 @@ var getInfoCommand = cli.Command{
|
|||||||
Action: actionDecorator(getInfo),
|
Action: actionDecorator(getInfo),
|
||||||
}
|
}
|
||||||
|
|
||||||
type chain struct {
|
|
||||||
Chain string `json:"chain"`
|
|
||||||
Network string `json:"network"`
|
|
||||||
}
|
|
||||||
|
|
||||||
func getInfo(ctx *cli.Context) error {
|
func getInfo(ctx *cli.Context) error {
|
||||||
ctxb := context.Background()
|
ctxb := context.Background()
|
||||||
client, cleanUp := getClient(ctx)
|
client, cleanUp := getClient(ctx)
|
||||||
|
Loading…
Reference in New Issue
Block a user