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

This commit is contained in:
Alexander Block 2019-02-05 15:45:54 +01:00
parent e189163865
commit 8961a6acc0

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,
}
};