deeponion / deeponion-legacy

Official Source Repo for DeepOnion - Anonymous Cryptocurrency on TOR Network (legacy)
https://deeponion.org
MIT License
416 stars 113 forks source link

Remove unused isTestnet variable #103

Closed fuss132 closed 6 years ago

fuss132 commented 6 years ago

Just a very small cleanup, isTestNet is not used and also not declared as external variable so it can be removed (if necessary at a later point one can use clientModel->isTestNet()).

Testnet variable is set later as fTestNet = GetBoolArg("-testnet");