Make it very clear when on testnet (green icon, add [testnet] to title)
[novacoin.git] / src / qt / clientmodel.h
index a5028ff..18b3ba1 100644 (file)
@@ -22,6 +22,8 @@ public:
     int getNumConnections() const;
     int getNumBlocks() const;
 
+    // Return true if client connected to testnet
+    bool isTestNet() const;
     // Return true if core is doing initial block download
     bool inInitialBlockDownload() const;
     // Return conservative estimate of total number of blocks, or 0 if unknown