mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Merge #9771: Add missing cs_wallet lock that triggers new lock held assertion
07afcd6
Add missing cs_wallet lock that triggers new lock held assertion (Russell Yanofsky)
This commit is contained in:
parent
da8808fba0
commit
bb2c1624c9
@ -579,8 +579,8 @@ DBErrors CWalletDB::LoadWallet(CWallet* pwallet)
|
||||
bool fNoncriticalErrors = false;
|
||||
DBErrors result = DB_LOAD_OK;
|
||||
|
||||
LOCK(pwallet->cs_wallet);
|
||||
try {
|
||||
LOCK(pwallet->cs_wallet);
|
||||
int nMinVersion = 0;
|
||||
if (Read((string)"minversion", nMinVersion))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user