Skip to content

Commit

Permalink
use Protver 7.0 if babbage supported
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Jun 24, 2022
1 parent 9d59676 commit b00ea0a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cardano-node/src/Cardano/Node/Protocol/Cardano.hs
Expand Up @@ -207,10 +207,7 @@ mkSomeConsensusProtocolCardano NodeByronProtocolConfiguration {
-- version that this node will declare that it understands, when it
-- is in the Babbage era. Since Babbage is currently the last known
-- protocol version then this is also the Babbage protocol version.
Praos.babbageProtVer =
if npcTestEnableDevelopmentHardForkEras
then ProtVer 7 0 -- Advertise we can support Babbage
else ProtVer 6 0, -- Otherwise we only advertise we know about (the second) Alonzo
Praos.babbageProtVer = ProtVer 7 0 -- Advertise we can support Babbage
Praos.babbageMaxTxCapacityOverrides =
TxLimits.mkOverrides TxLimits.noOverridesMeasure
}
Expand Down

0 comments on commit b00ea0a

Please sign in to comment.