Make it very clear when on testnet (green icon, add [testnet] to title)

This commit is contained in:
Wladimir J. van der Laan
2011-06-30 19:14:42 +02:00
parent ef079e183b
commit d56c6f312c
6 changed files with 21 additions and 0 deletions

View 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