diff --git a/lnd.go b/lnd.go index e21e4db6..f0855e32 100644 --- a/lnd.go +++ b/lnd.go @@ -61,7 +61,7 @@ func (svc *LNDService) GetInfo(ctx context.Context, senderPubkey string) (info * Alias: resp.Alias, Color: resp.Color, Pubkey: resp.IdentityPubkey, - Network: "mainnet", + Network: resp.Chains[0].Network, BlockHeight: resp.BlockHeight, BlockHash: resp.BlockHash, }, nil