Refactor CreateNewBlock to be a method of the BlockAssembler class
This commit is contained in:
@@ -12,7 +12,6 @@ static const unsigned int MAX_BLOCK_SIZE = 1000000;
|
||||
static const unsigned int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50;
|
||||
/** Coinbase transaction outputs can only be spent after this number of new blocks (network rule) */
|
||||
static const int COINBASE_MATURITY = 500;
|
||||
|
||||
/** Kernel input must have this number of confirmations (network rule) */
|
||||
static const int STAKE_MIN_CONFIRMATIONS = 500;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user