lightwalletd
lightwalletd copied to clipboard
Allow Solution to be variable length to permit regtest use.
Please ensure this checklist is followed for any pull requests for this repo. This checklist must be checked by both the PR creator and by anyone who reviews the PR.
- [ ] Relevant documentation for this PR has to be completed before the PR can be merged
- [ ] A test plan for the PR must be documented in the PR notes and included in the test plan for the next regular release
As a note, all CI tests need to be passing and all appropriate code reviews need to be done before this PR can be merged
Hi Za, I assume #505 is why this PR is needed; sorry I broke the testnet use case -- I never knew anyone used it with testnet. Let me know if I can be of any help with this PR. Taking a quick look now, it looks reasonable (changing Solution back to a byte slice instead of a byte array).