zecwallet-lite
zecwallet-lite copied to clipboard
Change zecwallet lightwalletd server
Describe the bug When i try to change the lightwalltd server to for example the community server option in France or my own custom server the lightwalletd will not change it even after restart.
To Reproduce Steps to reproduce the behavior:
- Go to wallet -> server info
- Click on switch lightwalletd server
- Select ZcashFR (Community) - https://lightd-main.zcashfr.io:443
- Restart
- Go to wallet -> server info
The server did not changed.
Expected behavior Server should change or error if server is down, out of sync, etc.
Is there a way to force the selected server to be used without fallback ?
Desktop (please complete the following information):
- OS: linux
- Browser .deb package
- Version Zecwallet Lite v1.7.8
Additional context https://github.com/ZcashFoundation/zebra/issues/3655
I've investigated this a bit but I don't know the best way to fix it.
It seems the logic to configure the lightwalletd server was commented out in https://github.com/adityapk00/zecwallet-lite/pull/109/
I tried restoring it but ran into issues with electron-store
("fs.existsSync is not a function")
This seems like a duplicate of #67