Skip to content

Commit 0cde809

Browse files
author
alex v
authored
Remove popup (#652)
1 parent 23cd3db commit 0cde809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3775,9 +3775,9 @@ void static UpdateTip(CBlockIndex *pindexNew, uint256 statehash, const CChainPar
37753775
strMiscWarning = _("A new version of the wallet has been released. Please update as soon as possible.");
37763776
warningMessages.push_back("A new version of the wallet has been released. Please update as soon as possible.");
37773777
if (!fWarned) {
3778-
uiInterface.ThreadSafeMessageBox(
3778+
/*uiInterface.ThreadSafeMessageBox(
37793779
strMiscWarning,
3780-
"", CClientUIInterface::MSG_WARNING);
3780+
"", CClientUIInterface::MSG_WARNING);*/
37813781
AlertNotify(strMiscWarning);
37823782
fWarned = true;
37833783
}

0 commit comments

Comments
 (0)