Skip to content

Commit 0a71c69

Browse files
SemenMartynovUdjinM6
authored andcommitted
Remove explicit wallet lock in MasternodeList::StartAll() (#2106)
Possible fix #2104
1 parent 0de79d7 commit 0a71c69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/qt/masternodelist.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ void MasternodeList::StartAll(std::string strCommand)
173173
strFailedHtml += "\nFailed to start " + mne.getAlias() + ". Error: " + strError;
174174
}
175175
}
176-
pwalletMain->Lock();
177176

178177
std::string returnObj;
179178
returnObj = strprintf("Successfully started %d masternodes, failed to start %d, total %d", nCountSuccessful, nCountFailed, nCountFailed + nCountSuccessful);

0 commit comments

Comments
 (0)