mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
rpc: store display of alias in getinfo
This commit is contained in:
parent
db7d902bbb
commit
7144707734
1 changed files with 1 additions and 0 deletions
|
@ -1198,6 +1198,7 @@ func (r *rpcServer) GetInfo(ctx context.Context,
|
|||
Testnet: activeNetParams.Params == &chaincfg.TestNet3Params,
|
||||
Chains: activeChains,
|
||||
Uris: uris,
|
||||
Alias: nodeAnn.Alias.String(),
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue