aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2012-08-23 06:41:02 -0700
committerJeff Garzik <[email protected]>2012-08-23 06:41:02 -0700
commitcf78183fadac6e9fccb51c7355cfa34641fc06d5 (patch)
tree68b7ea4a349f32b46186acc51aaf8634cc56baab /src/wallet.cpp
parentMerge pull request #1709 from xanatos/patch-10 (diff)
parentRemoved useless assignment (diff)
downloaddiscoin-cf78183fadac6e9fccb51c7355cfa34641fc06d5.tar.xz
discoin-cf78183fadac6e9fccb51c7355cfa34641fc06d5.zip
Merge pull request #1707 from xanatos/patch-7
Removed useless assignment
Diffstat (limited to 'src/wallet.cpp')
-rw-r--r--src/wallet.cpp1
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)