-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
unit test flake: neutrino panic when restarting rescan #6985
Comments
Should this be opened as an issue against btcwallet? I don't see a fix in ProblemThe Solution 1Make a change against
Risks
|
Yes, we should probably open the same issue in Neutrino. I just thought it would get more visibility when opening it in |
|
the btcwallet change is now here: btcsuite/btcwallet#822 and the lnd temporary change that runs itests with the above branch from mstreet3 repo is here: #7049 |
Found in unit test run:
Probably happens because the mutex is unlocked here: https://github.com/btcsuite/btcwallet/blob/master/chain/neutrino.go#L351
And afterward the
s.rescan
is set to nil buts.scanning
is stilltrue
.The text was updated successfully, but these errors were encountered: