From b765385a3e3617f523d6f53c046c6fa0aaed38d3 Mon Sep 17 00:00:00 2001 From: xanatos Date: Thu, 23 Aug 2012 14:47:00 +0300 Subject: [PATCH] Removed useless assignment nLoadWalletRet is already equal to DB_NEED_REWRITE (we are in an if) --- src/wallet.cpp | 1 - 1 file changed, 1 deletion(-) 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)