We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d203a75 + a436c06 commit 02a72fbCopy full SHA for 02a72fb
cardano-node/src/Cardano/Node/Protocol/Cardano.hs
@@ -179,7 +179,7 @@ mkSomeConsensusProtocolCardano NodeByronProtocolConfiguration {
179
shelleyBasedLeaderCredentials = shelleyLeaderCredentials
180
}
181
, Consensus.cardanoProtocolVersion = if npcExperimentalHardForksEnabled
182
- then ProtVer (natVersion @11) 0
+ then ProtVer (natVersion @12) 0
183
else ProtVer (natVersion @10) 7
184
-- The remaining arguments specify the parameters needed to transition between two eras
185
, Consensus.cardanoLedgerTransitionConfig =
0 commit comments