Skip to content

Commit

Permalink
Stop checking MN protocol version before signalling DIP3 (#2684)
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Feb 5, 2019
1 parent 67a8609 commit bed57cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/versionbits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const struct BIP9DeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION
{
/*.name =*/ "dip0003",
/*.gbt_force =*/ true,
/*.check_mn_protocol =*/ true,
/*.check_mn_protocol =*/ false,
}
};

Expand Down

0 comments on commit bed57cf

Please sign in to comment.