change vendor string from ECC DarkWalletD to ECC DarksideWalletD

This commit is contained in:
Larry Ruane 2020-05-19 11:45:04 -06:00 committed by Larry Ruane
parent f8794dbe05
commit 6ddd894a96
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ func (s *lwdStreamer) GetLightdInfo(ctx context.Context, in *walletrpc.Empty) (*
vendor := "ECC LightWalletD" vendor := "ECC LightWalletD"
if common.DarksideEnabled { if common.DarksideEnabled {
vendor = "ECC DarkWalletD" vendor = "ECC DarksideWalletD"
} }
return &walletrpc.LightdInfo{ return &walletrpc.LightdInfo{
Version: common.Version, Version: common.Version,