lncli: remove unused type chain

This commit is contained in:
Joost Jager 2020-03-31 22:04:57 +02:00
parent 3191b949f5
commit 6b649eeb10
No known key found for this signature in database
GPG Key ID: A61B9D4C393C59C7

@ -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)