Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race.

d63ff62 Make nWalletDBUpdated atomic to avoid a potential race. (Patrick Strateman)
This commit is contained in:
Wladimir J. van der Laan 2017-02-06 15:01:49 +01:00
commit 02464da5e4
No known key found for this signature in database
GPG key ID: 74810B012346C9A6
5 changed files with 43 additions and 33 deletions

View file

@ -24,9 +24,6 @@
using namespace std;
unsigned int nWalletDBUpdated;
//
// CDB
//