mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 21:02:38 -03:00
Removed useless assignment
nLoadWalletRet is already equal to DB_NEED_REWRITE (we are in an if)
This commit is contained in:
parent
fedd060d81
commit
b765385a3e
1 changed files with 0 additions and 1 deletions
|
@ -1317,7 +1317,6 @@ int CWallet::LoadWallet(bool& fFirstRunRet)
|
||||||
// User will be prompted to unlock wallet the next operation
|
// User will be prompted to unlock wallet the next operation
|
||||||
// the requires a new key.
|
// the requires a new key.
|
||||||
}
|
}
|
||||||
nLoadWalletRet = DB_NEED_REWRITE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (nLoadWalletRet != DB_LOAD_OK)
|
if (nLoadWalletRet != DB_LOAD_OK)
|
||||||
|
|
Loading…
Reference in a new issue