Skip to content

Commit

Permalink
Increase protocol minor version
Browse files Browse the repository at this point in the history
This enables tracking of peers that have upgraded, but makes no other difference
  • Loading branch information
neilmayhew committed Jan 6, 2025
1 parent 5a25e2c commit b1637f4
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 b1637f4

Please sign in to comment.