From 8fa74aeb5b96419c7d40b40f8e1e1269509278e2 Mon Sep 17 00:00:00 2001 From: glozow Date: Tue, 23 Mar 2021 13:29:17 -0700 Subject: [doc] correct comment in chainparams There are more than 3 networks. --- src/chainparams.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/chainparams.h') diff --git a/src/chainparams.h b/src/chainparams.h index 013f075be6..6b43a44150 100644 --- a/src/chainparams.h +++ b/src/chainparams.h @@ -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 { -- cgit v1.2.3