change vendor string from ECC DarkWalletD to ECC DarksideWalletD
This commit is contained in:
parent
f8794dbe05
commit
6ddd894a96
|
@ -201,7 +201,7 @@ func (s *lwdStreamer) GetLightdInfo(ctx context.Context, in *walletrpc.Empty) (*
|
|||
|
||||
vendor := "ECC LightWalletD"
|
||||
if common.DarksideEnabled {
|
||||
vendor = "ECC DarkWalletD"
|
||||
vendor = "ECC DarksideWalletD"
|
||||
}
|
||||
return &walletrpc.LightdInfo{
|
||||
Version: common.Version,
|
||||
|
|
Loading…
Reference in New Issue