diff --git a/src/policy/policy.h b/src/policy/policy.h index ba631bc..167f16f 100644 --- a/src/policy/policy.h +++ b/src/policy/policy.h @@ -23,7 +23,8 @@ class CCoinsViewCache; static const CAmount RECOMMENDED_MIN_TX_FEE = 25 * COIN; /** Default for -blockmaxsize, which controls the maximum size of block the mining code will create **/ -static const unsigned int DEFAULT_BLOCK_MAX_SIZE = 8 * 1000000; +// This can be increased to MAX_BLOCK_BASE_SIZE after blockheight 290000 +static const unsigned int DEFAULT_BLOCK_MAX_SIZE = 4 * 1000000; /** Default for -blockprioritysize, maximum space for zero/low-fee transactions **/ static const unsigned int DEFAULT_BLOCK_PRIORITY_SIZE = 0; /** Default for -blockmintxfee, which sets the minimum feerate for a transaction in blocks created by mining code **/