mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
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",
|
||||
/*.gbt_force =*/ true,
|
||||
/*.check_mn_protocol =*/ true,
|
||||
/*.check_mn_protocol =*/ false,
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user