Stop checking MN protocol version before signalling DIP3 (#2684)
This commit is contained in:
parent
67a86091aa
commit
bed57cfbf6
@ -30,7 +30,7 @@ const struct BIP9DeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION
|
|||||||
{
|
{
|
||||||
/*.name =*/ "dip0003",
|
/*.name =*/ "dip0003",
|
||||||
/*.gbt_force =*/ true,
|
/*.gbt_force =*/ true,
|
||||||
/*.check_mn_protocol =*/ true,
|
/*.check_mn_protocol =*/ false,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user