We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8407f commit 5c5f922Copy full SHA for 5c5f922
cardano-node/src/Cardano/Node/Protocol/Cardano.hs
@@ -177,7 +177,7 @@ mkSomeConsensusProtocolCardano NodeByronProtocolConfiguration {
177
shelleyGenesisHash,
178
shelleyBasedLeaderCredentials = shelleyLeaderCredentials
179
}
180
- , Consensus.cardanoProtocolVersion = ProtVer (natVersion @10) 7
+ , Consensus.cardanoProtocolVersion = ProtVer (natVersion @11) 7
181
-- The remaining arguments specify the parameters needed to transition between two eras
182
, Consensus.cardanoLedgerTransitionConfig =
183
Ledger.mkLatestTransitionConfig
0 commit comments