Skip to content

Commit bed57cf

Browse files
authored
Stop checking MN protocol version before signalling DIP3 (#2684)
1 parent 67a8609 commit bed57cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/versionbits.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const struct BIP9DeploymentInfo VersionBitsDeploymentInfo[Consensus::MAX_VERSION
3030
{
3131
/*.name =*/ "dip0003",
3232
/*.gbt_force =*/ true,
33-
/*.check_mn_protocol =*/ true,
33+
/*.check_mn_protocol =*/ false,
3434
}
3535
};
3636

0 commit comments

Comments
 (0)