File tree 1 file changed +4
-4
lines changed
ouroboros-consensus-cardano/src/unstable-cardano-tools/Cardano/Tools/DBAnalyser/Block
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ instance HasProtocolInfo (CardanoBlock StandardCrypto) where
135
135
genesisConway <- either (error . show ) return =<<
136
136
Aeson. eitherDecodeFileStrict' (conwayGenesisPath cc)
137
137
138
- let ledgerTransitionConfig =
138
+ let transCfg =
139
139
L. mkLatestTransitionConfig genesisShelley genesisAlonzo genesisConway
140
140
141
141
initialNonce <- case shelleyGenesisHash cc of
@@ -152,7 +152,7 @@ instance HasProtocolInfo (CardanoBlock StandardCrypto) where
152
152
$ mkCardanoProtocolInfo
153
153
genesisByron
154
154
threshold
155
- ledgerTransitionConfig
155
+ transCfg
156
156
initialNonce
157
157
(cfgHardForkTriggers cc)
158
158
@@ -275,7 +275,7 @@ mkCardanoProtocolInfo ::
275
275
-> Nonce
276
276
-> CardanoHardForkTriggers
277
277
-> ProtocolInfo (CardanoBlock StandardCrypto )
278
- mkCardanoProtocolInfo genesisByron signatureThreshold transitionConfig initialNonce hardForkTriggers =
278
+ mkCardanoProtocolInfo genesisByron signatureThreshold transitionConfig initialNonce triggers =
279
279
fst $ protocolInfoCardano @ _ @ IO
280
280
(CardanoProtocolParams
281
281
ProtocolParamsByron {
@@ -317,7 +317,7 @@ mkCardanoProtocolInfo genesisByron signatureThreshold transitionConfig initialNo
317
317
conwayProtVer = ProtVer (SL. natVersion @ 9 ) 0
318
318
, conwayMaxTxCapacityOverrides = Mempool. mkOverrides Mempool. noOverridesMeasure
319
319
}
320
- hardForkTriggers
320
+ triggers
321
321
transitionConfig
322
322
)
323
323
where
You can’t perform that action at this time.
0 commit comments