This commit is contained in:
jl777
2016-10-31 07:47:53 -03:00
parent e647aac37a
commit 0ae2af2b59
2 changed files with 5 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ static const unsigned int MAX_FREE_TRANSACTION_CREATE_SIZE = 1000;
//! Size of witness cache
// Should be large enough that we can expect not to reorg beyond our cache
// unless there is some exceptional network disruption.
static const unsigned int WITNESS_CACHE_SIZE = COINBASE_MATURITY;
static const unsigned int WITNESS_CACHE_SIZE = COINBASE_MATURITY+1;
class CAccountingEntry;
class CBlockIndex;