Skip to content

Commit 8961a6a

Browse files
committed
Stop checking MN protocol version before signalling DIP3 (#2684)
1 parent e189163 commit 8961a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/versionbits.cpp

Lines changed: 1 addition & 1 deletion
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)