A new AssertLockHeld(cs_wallet) call was added in commit a58370e "Dedup nTimeFirstKey update logic" (part of PR #9108).
The lock held assertion will fail when loading prexisting wallets files from before the #9108 merge that have watch-only keys.
A new AssertLockHeld(cs_wallet) call was added in commit a58370e
"Dedup nTimeFirstKey update logic" (part of PR #9108).
The lock held assertion will fail when loading prexisting wallets files from
before the #9108 merge that have watch-only keys.
ACK 0f25026
seems like it might be better to just lock cs_wallet for the whole function call, but i don't know if there is some reason it wasn't written that way.
I don't see any reason, updated the PR. 0f25026b553771817928ceb96d33d1bab942e18c -> 07afcd6379bb46ace5856f6a47a9188cf9aed2ea (loadlock.0 -> loadlock.1)
Milestone
0.14.0