From a31dd97aa82573f75fa90d1c1605ace244fe1a7d Mon Sep 17 00:00:00 2001 From: DenioD Date: Sat, 26 Oct 2019 21:39:27 +0200 Subject: [PATCH] vendor rebranding --- frontend/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/service.go b/frontend/service.go index c04508f..dcf66eb 100644 --- a/frontend/service.go +++ b/frontend/service.go @@ -242,7 +242,7 @@ func (s *SqlStreamer) GetLightdInfo(ctx context.Context, in *walletrpc.Empty) (* // A success will return code 0 and message txhash. return &walletrpc.LightdInfo{ Version: "0.1-hushlightd", - Vendor: "HushWallet LightWalletD", + Vendor: "Silentdragonlite LightWalletD", TaddrSupport: true, ChainName: chainName, SaplingActivationHeight: uint64(saplingHeight),