diff options
| author | Patrick Strateman <[email protected]> | 2016-11-26 19:32:30 -0800 |
|---|---|---|
| committer | Patrick Strateman <[email protected]> | 2016-12-21 13:49:48 -0800 |
| commit | d63ff6265b0c6ae30efcbb9120d4db419606198a (patch) | |
| tree | a9ea9ba1bcc85f854b6164d8e9689a95eaf5bc15 /src/wallet/db.cpp | |
| parent | Merge #9128: net: Decouple CConnman and message serialization (diff) | |
| download | discoin-d63ff6265b0c6ae30efcbb9120d4db419606198a.tar.xz discoin-d63ff6265b0c6ae30efcbb9120d4db419606198a.zip | |
Make nWalletDBUpdated atomic to avoid a potential race.
Diffstat (limited to 'src/wallet/db.cpp')
| -rw-r--r-- | src/wallet/db.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wallet/db.cpp b/src/wallet/db.cpp index a809c9ad6..4278e56c8 100644 --- a/src/wallet/db.cpp +++ b/src/wallet/db.cpp @@ -24,9 +24,6 @@ using namespace std; -unsigned int nWalletDBUpdated; - - // // CDB // |