mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
Stop checking MN protocol version before signalling DIP3 (#2684)
This commit is contained in:
parent
e189163865
commit
8961a6acc0
@ -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