mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-17 19:10:40 +01:00
Removed useless assignment
nLoadWalletRet is already equal to DB_NEED_REWRITE (we are in an if)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user