Make it very clear when on testnet (green icon, add [testnet] to title)
This commit is contained in:
@@ -39,6 +39,11 @@ void ClientModel::update()
|
||||
emit numBlocksChanged(getNumBlocks());
|
||||
}
|
||||
|
||||
bool ClientModel::isTestNet() const
|
||||
{
|
||||
return fTestNet;
|
||||
}
|
||||
|
||||
bool ClientModel::inInitialBlockDownload() const
|
||||
{
|
||||
return IsInitialBlockDownload();
|
||||
|
||||
Reference in New Issue
Block a user