Skip to content

Commit

Permalink
Merge branch 'segwit' of https://github.com/noirofficial/noir into se…
Browse files Browse the repository at this point in the history
…gwit
  • Loading branch information
flo071 committed Aug 30, 2020
2 parents 3938685 + d25d703 commit ad62439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consensus/consensus.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ static const unsigned int MAX_BLOCK_BASE_SIZE = 2000000;
/** The maximum allowed number of signature check operations in a block (network rule) */
static const int64_t MAX_BLOCK_SIGOPS_COST = 400000;
/** Coinbase transaction outputs can only be spent after this number of new blocks (network rule) */
static const int COINBASE_MATURITY = 100;
static const int COINBASE_MATURITY = 10;

static const int HF_NOIRNODE_HEIGHT = 261500;
static const int HF_NOIRNODE_PAYMENT_START = HF_NOIRNODE_HEIGHT + 600;// //about 24h after HF
Expand Down

0 comments on commit ad62439

Please sign in to comment.