Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperly
[novacoin.git] / src / test / test_bitcoin.cpp
index 39a7c88..ca001b0 100644 (file)
@@ -17,7 +17,7 @@
 
 CWallet* pwalletMain;
 
-void Shutdown(void* parg)
+void StartShutdown()
 {
   exit(0);
 }