Merge branch '0.6.0.x' into 0.6.x
[novacoin.git] / src / qt / bitcoin.cpp
index 97a8f91..b4f418e 100644 (file)
@@ -288,6 +288,7 @@ int main(int argc, char *argv[])
                 clientmodel = 0;
                 walletmodel = 0;
             }
+            // Shutdown the core and it's threads, but don't exit Bitcoin-Qt here
             Shutdown(NULL);
         }
         else