Skip to content

Commit

Permalink
Update alonzo ProtVer supported to 7 0
Browse files Browse the repository at this point in the history
(cherry picked from commit f3c51b1)
  • Loading branch information
disassembler committed Jun 25, 2022
1 parent 6d33fa3 commit 2d0f554
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 @@ -198,7 +198,7 @@ mkSomeConsensusProtocolCardano NodeByronProtocolConfiguration {
-- version that this node will declare that it understands, when it
-- is in the Alonzo era. That is, it is the version of protocol
-- /after/ Alonzo, i.e. Babbage.
alonzoProtVer = ProtVer 6 0,
alonzoProtVer = ProtVer 7 0,
alonzoMaxTxCapacityOverrides =
TxLimits.mkOverrides TxLimits.noOverridesMeasure
}
Expand Down

0 comments on commit 2d0f554

Please sign in to comment.