Stop checking MN protocol version before signalling DIP3 (#2684)

This commit is contained in:
Alexander Block 2019-02-05 15:45:54 +01:00 committed by GitHub
parent 67a86091aa
commit bed57cfbf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ const struct BIP9DeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION
{
/*.name =*/ "dip0003",
/*.gbt_force =*/ true,
/*.check_mn_protocol =*/ true,
/*.check_mn_protocol =*/ false,
}
};