changeset 3357:68a677cf1880 draft

Removed useless assignment nLoadWalletRet is already equal to DB_NEED_REWRITE (we are in an if)
author xanatos <xanatos@geocities.com>
date Thu, 23 Aug 2012 14:47:00 +0300
parents 018c947495d2
children 2eaf5522a4e8
files src/wallet.cpp
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)