Skip to content

Commit 1f63dbf

Browse files
authored
Merge pull request #6065 from IntersectMBO/neilmayhew/protocol-version
Increase protocol minor version
2 parents 5a25e2c + b1637f4 commit 1f63dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano-node/src/Cardano/Node/Protocol/Cardano.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ mkSomeConsensusProtocolCardano NodeByronProtocolConfiguration {
171171
shelleyGenesisHash,
172172
shelleyBasedLeaderCredentials = shelleyLeaderCredentials
173173
}
174-
, Consensus.cardanoProtocolVersion = ProtVer (natVersion @10) 1
174+
, Consensus.cardanoProtocolVersion = ProtVer (natVersion @10) 2
175175
-- The remaining arguments specify the parameters needed to transition between two eras
176176
, Consensus.cardanoLedgerTransitionConfig =
177177
Ledger.mkLatestTransitionConfig

0 commit comments

Comments
 (0)