mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Make it very clear when on testnet (green icon, add [testnet] to title)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user