diff --git a/common/common.go b/common/common.go index 9662bf4..24c5530 100644 --- a/common/common.go +++ b/common/common.go @@ -195,9 +195,9 @@ func GetLightdInfo() (*walletrpc.LightdInfo, error) { saplingHeight = saplingJSON.ActivationHeight } - vendor := "ECC LightWalletD" + vendor := "Zecwallet LightWalletD" if DarksideEnabled { - vendor = "ECC DarksideWalletD" + vendor = "Zecwallet DarksideWalletD" } return &walletrpc.LightdInfo{ Version: Version,