mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-14 03:03:37 +01:00
Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperly
(Partial/merge of upstream9247134eab,1a3f0da922, and3e34352222)
This commit is contained in:
committed by
Luke Dashjr
parent
0b1fda6f65
commit
276cfd8530
@@ -1666,7 +1666,7 @@ bool CheckDiskSpace(uint64 nAdditionalBytes)
|
||||
strMiscWarning = strMessage;
|
||||
printf("*** %s\n", strMessage.c_str());
|
||||
ThreadSafeMessageBox(strMessage, "Bitcoin", wxOK | wxICON_EXCLAMATION);
|
||||
CreateThread(Shutdown, NULL);
|
||||
StartShutdown();
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user