From 96ac204532da50be092aa6723405498c238c86ce Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 25 Mar 2018 21:00:57 +0300 Subject: [PATCH] Test --- src/main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.h b/src/main.h index aaf0f794c..14513b730 100644 --- a/src/main.h +++ b/src/main.h @@ -49,6 +49,7 @@ class PrecomputedTransactionData; struct CNodeStateStats; #define DEFAULT_MEMPOOL_EXPIRY 1 +#define _COINBASE_MATURITY 100 /** Default for -blockmaxsize and -blockminsize, which control the range of sizes the mining code will create **/ static const unsigned int DEFAULT_BLOCK_MAX_SIZE = MAX_BLOCK_SIZE;