Skip to content

Commit e808d4c

Browse files
Merge #4211
4211: bump babbage to report it supports 7.1 in block header r=disassembler a=disassembler Bumping to 7.1 to identify nodes that have updated to 1.35.2 Co-authored-by: Samuel Leathers <[email protected]>
2 parents 621311f + e0df949 commit e808d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -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)