Merge pull request #6931
33c90cfMake skipping BIP30 check chain agnostic (Alex Morcos)06d81adSkip BIP30 check after BIP34 activation (Alex Morcos)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user