Make skipping BIP30 check chain agnostic

This commit is contained in:
Alex Morcos
2015-11-02 16:41:55 -05:00
parent 06d81ad516
commit 33c90cf197
3 changed files with 13 additions and 4 deletions

View File

@@ -19,6 +19,9 @@ struct Params {
int nMajorityEnforceBlockUpgrade;
int nMajorityRejectBlockOutdated;
int nMajorityWindow;
/** Block height and hash at which BIP34 becomes active */
int BIP34Height;
uint256 BIP34Hash;
/** Proof of work parameters */
uint256 powLimit;
bool fPowAllowMinDifficultyBlocks;