-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lightwalletd does not parse zebrad.toml #462
Comments
lightwalletd doesn't support the zebra config file format. You will need to create a "fake" zcash.conf with the zcashd format with the information required. Some information here https://zebra.zfnd.org/user/lightwalletd.html#sync-lightwalletd |
Ok, thanks for letting me know
…On Fri, Oct 27, 2023, 7:02 AM Conrado Gouvea ***@***.***> wrote:
lightwalletd doesn't support the zebra config file format. You will need
to create a "fake" zcash.conf with the zcashd format with the information
required. Some information here
https://zebra.zfnd.org/user/lightwalletd.html#sync-lightwalletd
—
Reply to this email directly, view it on GitHub
<#462 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABWIHZOYWNWWTAMJV5DC7LYBLFVXAVCNFSM6AAAAAA6QL4X6OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBRHA4DSNZZGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I wasn't aware of this, would it be helpful if lightwalletd did support the |
I think this would be convenient if you could make that change. |
Fixes zcash#462. If the file extension is .conf (as in zcash.conf), then parse the file as an INI file. If the extension is .toml (as in zebrad.toml), then interpret as TOML.
If any of you could test #485 that would be helpful; I'm not set up to run |
Fixes zcash#462. If the file extension is .conf (as in zcash.conf), then parse the file as an INI file. If the extension is .toml (as in zebrad.toml), then interpret as TOML.
Fixes zcash#462. If the file extension is .conf (as in zcash.conf), then parse the file as an INI file. If the extension is .toml (as in zebrad.toml), then interpret as TOML.
Fixes zcash#462. If the file extension is .conf (as in zcash.conf), then parse the file as an INI file. If the extension is .toml (as in zebrad.toml), then interpret as TOML.
Fixes zcash#462. If the file extension is .conf (as in zcash.conf), then parse the file as an INI file. If the extension is .toml (as in zebrad.toml), then interpret as TOML.
What is the bug?
zebrad.toml was generated by using zebra generate. It passes validation from https://www.toml-lint.com/
Additional context
Offending part of zebrad.toml
The text was updated successfully, but these errors were encountered: