changeset 3360:2eaf5522a4e8 draft

Merge pull request #1707 from xanatos/patch-7 Removed useless assignment
author Jeff Garzik <jgarzik@exmulti.com>
date Thu, 23 Aug 2012 06:41:02 -0700 (2012-08-23)
parents 1fc691d4a587 (current diff) 68a677cf1880 (diff)
children a0faaa0a6f52 82ec22980618 f72159e57d72
files
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/wallet.cpp
+++ b/src/wallet.cpp
@@ -1317,7 +1317,6 @@
             // User will be prompted to unlock wallet the next operation
             // the requires a new key.
         }
-        nLoadWalletRet = DB_NEED_REWRITE;
     }
 
     if (nLoadWalletRet != DB_LOAD_OK)