diff options
| author | xanatos <[email protected]> | 2012-08-23 14:47:00 +0300 |
|---|---|---|
| committer | xanatos <[email protected]> | 2012-08-23 14:47:00 +0300 |
| commit | b765385a3e3617f523d6f53c046c6fa0aaed38d3 (patch) | |
| tree | 87fa05ba06589a8e6a8c172ebcd7be6cd9add9e4 /src/wallet.cpp | |
| parent | Merge pull request #1700 from laanwj/2012_08_testsotherfiles (diff) | |
| download | discoin-b765385a3e3617f523d6f53c046c6fa0aaed38d3.tar.xz discoin-b765385a3e3617f523d6f53c046c6fa0aaed38d3.zip | |
Removed useless assignment
nLoadWalletRet is already equal to DB_NEED_REWRITE (we are in an if)
Diffstat (limited to 'src/wallet.cpp')
| -rw-r--r-- | src/wallet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp index 8ad0f84ac..821b8851a 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1317,7 +1317,6 @@ int CWallet::LoadWallet(bool& fFirstRunRet) // User will be prompted to unlock wallet the next operation // the requires a new key. } - nLoadWalletRet = DB_NEED_REWRITE; } if (nLoadWalletRet != DB_LOAD_OK) |