Return common.Version for GetLightdInfo

This commit is contained in:
Ben Wilson 2020-04-03 13:52:45 -04:00 committed by Larry Ruane
parent 76d266e7e5
commit d849a91eba
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ func (s *LwdStreamer) GetLightdInfo(ctx context.Context, in *walletrpc.Empty) (*
saplingHeight, blockHeight, chainName, consensusBranchId := common.GetSaplingInfo() saplingHeight, blockHeight, chainName, consensusBranchId := common.GetSaplingInfo()
return &walletrpc.LightdInfo{ return &walletrpc.LightdInfo{
Version: "0.2.1", Version: common.Version,
Vendor: "ECC LightWalletD", Vendor: "ECC LightWalletD",
TaddrSupport: true, TaddrSupport: true,
ChainName: chainName, ChainName: chainName,