From 3eb209c07035e9cd3b2bbb459900ac5eabf882c8 Mon Sep 17 00:00:00 2001 From: DeCrypt0 <39340644+DeCrypt0@users.noreply.github.com> Date: Fri, 29 Jun 2018 19:34:58 +0100 Subject: [PATCH] Update main.h --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;