File tree 1 file changed +2
-2
lines changed
cardano-node/src/Cardano/Node/Protocol
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ mkSomeConsensusProtocolCardano NodeByronProtocolConfiguration {
198
198
-- version that this node will declare that it understands, when it
199
199
-- is in the Alonzo era. That is, it is the version of protocol
200
200
-- /after/ Alonzo, i.e. Babbage.
201
- alonzoProtVer = ProtVer 7 0 ,
201
+ alonzoProtVer = ProtVer 7 1 ,
202
202
alonzoMaxTxCapacityOverrides =
203
203
TxLimits. mkOverrides TxLimits. noOverridesMeasure
204
204
}
@@ -207,7 +207,7 @@ mkSomeConsensusProtocolCardano NodeByronProtocolConfiguration {
207
207
-- version that this node will declare that it understands, when it
208
208
-- is in the Babbage era. Since Babbage is currently the last known
209
209
-- protocol version then this is also the Babbage protocol version.
210
- Praos. babbageProtVer = ProtVer 7 0 ,
210
+ Praos. babbageProtVer = ProtVer 7 1 ,
211
211
Praos. babbageMaxTxCapacityOverrides =
212
212
TxLimits. mkOverrides TxLimits. noOverridesMeasure
213
213
}
You can’t perform that action at this time.
0 commit comments