Skip to content

Commit 000a10f

Browse files
committed
bump babbage to report it supports 7.1 in block header
1 parent 621311f commit 000a10f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ mkSomeConsensusProtocolCardano NodeByronProtocolConfiguration {
198198
-- version that this node will declare that it understands, when it
199199
-- is in the Alonzo era. That is, it is the version of protocol
200200
-- /after/ Alonzo, i.e. Babbage.
201-
alonzoProtVer = ProtVer 7 0,
201+
alonzoProtVer = ProtVer 7 1,
202202
alonzoMaxTxCapacityOverrides =
203203
TxLimits.mkOverrides TxLimits.noOverridesMeasure
204204
}
@@ -207,7 +207,7 @@ mkSomeConsensusProtocolCardano NodeByronProtocolConfiguration {
207207
-- version that this node will declare that it understands, when it
208208
-- is in the Babbage era. Since Babbage is currently the last known
209209
-- protocol version then this is also the Babbage protocol version.
210-
Praos.babbageProtVer = ProtVer 7 0,
210+
Praos.babbageProtVer = ProtVer 7 1,
211211
Praos.babbageMaxTxCapacityOverrides =
212212
TxLimits.mkOverrides TxLimits.noOverridesMeasure
213213
}

0 commit comments

Comments
 (0)