mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-08 08:13:15 +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
@@ -17,7 +17,7 @@
|
||||
|
||||
CWallet* pwalletMain;
|
||||
|
||||
void Shutdown(void* parg)
|
||||
void StartShutdown()
|
||||
{
|
||||
exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user