Skip to content

Commit e2feeea

Browse files
change block maturity
1 parent 2886ac5 commit e2feeea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/consensus/consensus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ static const unsigned int MAX_BLOCK_WEIGHT = 4000000;
1616
/** The maximum allowed number of signature check operations in a block (network rule) */
1717
static const int64_t MAX_BLOCK_SIGOPS_COST = 80000;
1818
/** Coinbase transaction outputs can only be spent after this number of new blocks (network rule) */
19-
static const int COINBASE_MATURITY = 100;
19+
static const int COINBASE_MATURITY = 10;
2020

2121
static const int WITNESS_SCALE_FACTOR = 2;
2222

0 commit comments

Comments
 (0)