working towards lightwalletd deb package

This commit is contained in:
jahway603
2021-09-29 02:04:48 -04:00
parent 4dd26ec92b
commit b33b4b476f
4 changed files with 54 additions and 1 deletions

View File

@@ -249,7 +249,7 @@ func (s *SqlStreamer) GetLightdInfo(ctx context.Context, in *walletrpc.Empty) (*
// TODO these are called Error but they aren't at the moment.
// A success will return code 0 and message txhash.
return &walletrpc.LightdInfo{
Version: "0.1-hushlightd",
Version: "0.1.1-hushlightd",
Vendor: "Silentdragonlite LightWalletD",
TaddrSupport: true,
ChainName: chainName,