mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 10:09:08 +02:00
lncli: remove unused type chain
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user