diff options
Diffstat (limited to 'src/consensus/params.h')
-rw-r--r-- | src/consensus/params.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/consensus/params.h b/src/consensus/params.h index 25f53eb620..dd29b9408e 100644 --- a/src/consensus/params.h +++ b/src/consensus/params.h @@ -108,6 +108,11 @@ struct Params { /** Proof of work parameters */ uint256 powLimit; bool fPowAllowMinDifficultyBlocks; + /** + * Enforce BIP94 timewarp attack mitigation. On testnet4 this also enforces + * the block storm mitigation. + */ + bool enforce_BIP94; bool fPowNoRetargeting; int64_t nPowTargetSpacing; int64_t nPowTargetTimespan; |