diff --git a/src/consensus/consensus.h b/src/consensus/consensus.h index 2a0acb67..d2413b85 100755 --- a/src/consensus/consensus.h +++ b/src/consensus/consensus.h @@ -17,7 +17,7 @@ static const unsigned int MAX_BLOCK_BASE_SIZE = 2000000; /** The maximum allowed number of signature check operations in a block (network rule) */ static const int64_t MAX_BLOCK_SIGOPS_COST = 400000; /** Coinbase transaction outputs can only be spent after this number of new blocks (network rule) */ -static const int COINBASE_MATURITY = 100; +static const int COINBASE_MATURITY = 10; static const int HF_NOIRNODE_HEIGHT = 261500; static const int HF_NOIRNODE_PAYMENT_START = HF_NOIRNODE_HEIGHT + 600;// //about 24h after HF