[doc] correct comment in chainparams

There are more than 3 networks.
This commit is contained in:
glozow
2021-03-23 13:29:17 -07:00
parent 2f8272c2a4
commit 8fa74aeb5b
2 changed files with 6 additions and 8 deletions

View File

@@ -64,10 +64,7 @@ struct ChainTxData {
/**
* CChainParams defines various tweakable parameters of a given instance of the
* Bitcoin system. There are three: the main network on which people trade goods
* and services, the public test network which gets reset from time to time and
* a regression test mode which is intended for private networks only. It has
* minimal difficulty to ensure that blocks can be found instantly.
* Bitcoin system.
*/
class CChainParams
{