mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Remove explicit wallet lock in MasternodeList::StartAll() (#2106)
Possible fix #2104
This commit is contained in:
parent
0de79d70b5
commit
0a71c693e7
@ -173,7 +173,6 @@ void MasternodeList::StartAll(std::string strCommand)
|
||||
strFailedHtml += "\nFailed to start " + mne.getAlias() + ". Error: " + strError;
|
||||
}
|
||||
}
|
||||
pwalletMain->Lock();
|
||||
|
||||
std::string returnObj;
|
||||
returnObj = strprintf("Successfully started %d masternodes, failed to start %d, total %d", nCountSuccessful, nCountFailed, nCountFailed + nCountSuccessful);
|
||||
|
Loading…
Reference in New Issue
Block a user