Fix vendor string

This commit is contained in:
Aditya Kulkarni 2021-04-21 10:45:34 -07:00
parent d28a129df9
commit 3e2ba3c4c2
1 changed files with 2 additions and 2 deletions

View File

@ -195,9 +195,9 @@ func GetLightdInfo() (*walletrpc.LightdInfo, error) {
saplingHeight = saplingJSON.ActivationHeight saplingHeight = saplingJSON.ActivationHeight
} }
vendor := "ECC LightWalletD" vendor := "Zecwallet LightWalletD"
if DarksideEnabled { if DarksideEnabled {
vendor = "ECC DarksideWalletD" vendor = "Zecwallet DarksideWalletD"
} }
return &walletrpc.LightdInfo{ return &walletrpc.LightdInfo{
Version: Version, Version: Version,