mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-05 02:33:07 +02:00
consensus: enable BIP94 on regtest
This commit is contained in:
@@ -108,6 +108,10 @@ struct Params {
|
||||
/** Proof of work parameters */
|
||||
uint256 powLimit;
|
||||
bool fPowAllowMinDifficultyBlocks;
|
||||
/**
|
||||
* Enfore BIP94 timewarp attack mitigation. On testnet4 this also enforces
|
||||
* the block storm mitigation.
|
||||
*/
|
||||
bool enforce_BIP94;
|
||||
bool fPowNoRetargeting;
|
||||
int64_t nPowTargetSpacing;
|
||||
|
||||
Reference in New Issue
Block a user