Remove explicit wallet lock in MasternodeList::StartAll() (#2106)

Possible fix #2104
This commit is contained in:
Semen Martynov 2018-06-11 13:14:00 +03:00 committed by UdjinM6
parent 0de79d70b5
commit 0a71c693e7

View File

@ -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);