Browse Source

Removed useless assignment

nLoadWalletRet is already equal to DB_NEED_REWRITE (we are in an if)
0.8
xanatos 12 years ago
parent
commit
b765385a3e
  1. 1
      src/wallet.cpp

1
src/wallet.cpp

@ -1317,7 +1317,6 @@ int CWallet::LoadWallet(bool& fFirstRunRet) @@ -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)

Loading…
Cancel
Save