Skip to content

Commit

Permalink
Remove popup (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex v committed Dec 17, 2019
1 parent 23cd3db commit 0cde809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3775,9 +3775,9 @@ void static UpdateTip(CBlockIndex *pindexNew, uint256 statehash, const CChainPar
strMiscWarning = _("A new version of the wallet has been released. Please update as soon as possible.");
warningMessages.push_back("A new version of the wallet has been released. Please update as soon as possible.");
if (!fWarned) {
uiInterface.ThreadSafeMessageBox(
/*uiInterface.ThreadSafeMessageBox(
strMiscWarning,
"", CClientUIInterface::MSG_WARNING);
"", CClientUIInterface::MSG_WARNING);*/
AlertNotify(strMiscWarning);
fWarned = true;
}
Expand Down

0 comments on commit 0cde809

Please sign in to comment.