Skip to content

Commit 5c5f922

Browse files
committed
Fix protocol version in configuration
1 parent eb8407f commit 5c5f922

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
@@ -177,7 +177,7 @@ mkSomeConsensusProtocolCardano NodeByronProtocolConfiguration {
177177
shelleyGenesisHash,
178178
shelleyBasedLeaderCredentials = shelleyLeaderCredentials
179179
}
180-
, Consensus.cardanoProtocolVersion = ProtVer (natVersion @10) 7
180+
, Consensus.cardanoProtocolVersion = ProtVer (natVersion @11) 7
181181
-- The remaining arguments specify the parameters needed to transition between two eras
182182
, Consensus.cardanoLedgerTransitionConfig =
183183
Ledger.mkLatestTransitionConfig

0 commit comments

Comments
 (0)