test
This commit is contained in:
@@ -58,6 +58,7 @@ static const unsigned int MAX_FREE_TRANSACTION_CREATE_SIZE = 1000;
|
|||||||
//! Size of witness cache
|
//! Size of witness cache
|
||||||
// Should be large enough that we can expect not to reorg beyond our cache
|
// Should be large enough that we can expect not to reorg beyond our cache
|
||||||
// unless there is some exceptional network disruption.
|
// unless there is some exceptional network disruption.
|
||||||
|
#define _COINBASE_MATURITY 64
|
||||||
static const unsigned int WITNESS_CACHE_SIZE = _COINBASE_MATURITY+1;
|
static const unsigned int WITNESS_CACHE_SIZE = _COINBASE_MATURITY+1;
|
||||||
|
|
||||||
class CAccountingEntry;
|
class CAccountingEntry;
|
||||||
|
|||||||
Reference in New Issue
Block a user