diff options
author | xanatos <xanatos@geocities.com> | 2012-08-23 14:47:00 +0300 |
---|---|---|
committer | xanatos <xanatos@geocities.com> | 2012-08-23 14:47:00 +0300 |
commit | b765385a3e3617f523d6f53c046c6fa0aaed38d3 (patch) | |
tree | 87fa05ba06589a8e6a8c172ebcd7be6cd9add9e4 /src/wallet.cpp | |
parent | fedd060d819e671388e9996f55af7a70f270f0b9 (diff) |
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 8ad0f84aca..821b8851a6 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) |