mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
support RPC stop and encryptwallet with UI
This commit is contained in:
parent
5d7cebdadc
commit
1a3f0da922
5 changed files with 17 additions and 15 deletions
|
|
@ -1812,7 +1812,7 @@ bool CheckDiskSpace(uint64 nAdditionalBytes)
|
|||
strMiscWarning = strMessage;
|
||||
printf("*** %s\n", strMessage.c_str());
|
||||
ThreadSafeMessageBox(strMessage, "Bitcoin", wxOK | wxICON_EXCLAMATION);
|
||||
CreateThread(Shutdown, NULL);
|
||||
QueueShutdown();
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue