Skip to content

Commit

Permalink
Merge pull request #6065 from IntersectMBO/neilmayhew/protocol-version
Browse files Browse the repository at this point in the history
Increase protocol minor version
  • Loading branch information
neilmayhew authored Jan 6, 2025
2 parents 5a25e2c + b1637f4 commit 1f63dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-node/src/Cardano/Node/Protocol/Cardano.hs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ mkSomeConsensusProtocolCardano NodeByronProtocolConfiguration {
shelleyGenesisHash,
shelleyBasedLeaderCredentials = shelleyLeaderCredentials
}
, Consensus.cardanoProtocolVersion = ProtVer (natVersion @10) 1
, Consensus.cardanoProtocolVersion = ProtVer (natVersion @10) 2
-- The remaining arguments specify the parameters needed to transition between two eras
, Consensus.cardanoLedgerTransitionConfig =
Ledger.mkLatestTransitionConfig
Expand Down

0 comments on commit 1f63dbf

Please sign in to comment.