diff options
Diffstat (limited to 'src/chainparams.h')
-rw-r--r-- | src/chainparams.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/chainparams.h b/src/chainparams.h index 32b208e9f3..6f23199986 100644 --- a/src/chainparams.h +++ b/src/chainparams.h @@ -59,10 +59,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 { |