diff --git a/src/main.h b/src/main.h index 647ffa4..0cf800b 100644 --- a/src/main.h +++ b/src/main.h @@ -53,7 +53,7 @@ struct CBlockTemplate; struct CNodeStateStats; /** Masternode Amount **/ -static const int MASTERNODEAMOUNT = 100000; +static const int MASTERNODEAMOUNT = 75000; /** Default for -blockmaxsize and -blockminsize, which control the range of sizes the mining code will create **/ static const unsigned int DEFAULT_BLOCK_MAX_SIZE = 3000000;