lightwalletd
lightwalletd copied to clipboard
Missing the fix to the reorg race condition crash
In passing, I noticed that this fork of lightwalletd is missing this bug fix, without which the server can crash when a reorg occurs at just the right time: https://github.com/zcash/lightwalletd/pull/409.
The patch in ECC's repo will need https://github.com/ZcashFoundation/zebra/pull/6134 to merge in order to work with zebra.
(I'd recommend rebasing on top of ECC's upstream repo, it will make code reviews quicker!)
I'll make sure that Zebra PR gets in our 1.0.0-rc.5
release.