diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-08-23 06:41:02 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@exmulti.com> | 2012-08-23 06:41:02 -0700 |
commit | cf78183fadac6e9fccb51c7355cfa34641fc06d5 (patch) | |
tree | 68b7ea4a349f32b46186acc51aaf8634cc56baab /src | |
parent | de363e73ea79c252d945d4a436875874d8b3caf5 (diff) | |
parent | b765385a3e3617f523d6f53c046c6fa0aaed38d3 (diff) |
Merge pull request #1707 from xanatos/patch-7
Removed useless assignment
Diffstat (limited to 'src')
-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) |