diff options
| author | Gavin Andresen <[email protected]> | 2013-05-02 12:43:07 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-05-02 12:43:07 -0400 |
| commit | 2f15e86a68aba56a8ea8e01e58b2fb7b71846b51 (patch) | |
| tree | 62a394f718d3f7a910579b43bfd33dda1f706cd3 /src/init.cpp | |
| parent | Merge pull request #2595 from sipa/noannloc (diff) | |
| download | discoin-2f15e86a68aba56a8ea8e01e58b2fb7b71846b51.tar.xz discoin-2f15e86a68aba56a8ea8e01e58b2fb7b71846b51.zip | |
Do not write to wallet during LoadWallet
When debugging another issue, I found a hang-during-startup race condition due to
LoadWallet calling SetMinVersion (via LoadCryptedKey).
Writing to the file that you're in the process of reading is a bad idea.
Diffstat (limited to 'src/init.cpp')
0 files changed, 0 insertions, 0 deletions