diff options
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) |