diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index 5ab5fd52b..79313d252 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -1705,11 +1705,6 @@ var getInfoCommand = cli.Command{ Action: actionDecorator(getInfo), } -type chain struct { - Chain string `json:"chain"` - Network string `json:"network"` -} - func getInfo(ctx *cli.Context) error { ctxb := context.Background() client, cleanUp := getClient(ctx)