diff --git a/src/qt/masternodelist.cpp b/src/qt/masternodelist.cpp index e5abc7a38f65c..9fc06c1b03547 100644 --- a/src/qt/masternodelist.cpp +++ b/src/qt/masternodelist.cpp @@ -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);