rpc: store display of alias in getinfo

This commit is contained in:
Olaoluwa Osuntokun 2018-02-01 11:54:58 -08:00
parent db7d902bbb
commit 7144707734
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

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