aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxanatos <xanatos@geocities.com>2012-08-23 14:47:00 +0300
committerxanatos <xanatos@geocities.com>2012-08-23 14:47:00 +0300
commitb765385a3e3617f523d6f53c046c6fa0aaed38d3 (patch)
tree87fa05ba06589a8e6a8c172ebcd7be6cd9add9e4
parentfedd060d819e671388e9996f55af7a70f270f0b9 (diff)
downloadbitcoin-b765385a3e3617f523d6f53c046c6fa0aaed38d3.tar.xz
Removed useless assignment
nLoadWalletRet is already equal to DB_NEED_REWRITE (we are in an if)
-rw-r--r--src/wallet.cpp1
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)