File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
cardano-api/src/Cardano/Api Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,10 +161,10 @@ fromPlutusRunnable L.SPlutusV4 eon runnable =
161
161
AlonzoEraOnwardsBabbage -> Nothing
162
162
AlonzoEraOnwardsConway ->
163
163
let plutusScript = L. plutusFromRunnable runnable
164
- in Just $ ( error " fromPlutusRunnable: ConwayPlutusV4" ) plutusScript
164
+ in Just $ error " fromPlutusRunnable: ConwayPlutusV4" plutusScript
165
165
AlonzoEraOnwardsDijkstra ->
166
166
let plutusScript = L. plutusFromRunnable runnable
167
- in Just $ Dijkstra. MkDijkstraPlutusScript $ ( error " fromPlutusRunnable: DijkstraPlutusV4" ) plutusScript
167
+ in Just $ Dijkstra. MkDijkstraPlutusScript $ error " fromPlutusRunnable: DijkstraPlutusV4" plutusScript
168
168
169
169
toAlonzoDatum
170
170
:: AlonzoEraOnwards era
Original file line number Diff line number Diff line change @@ -1149,7 +1149,7 @@ instance FromJSON NodeConfig where
1149
1149
<*> parseAlonzoHardForkEpoch o
1150
1150
<*> parseBabbageHardForkEpoch o
1151
1151
<*> parseConwayHardForkEpoch o
1152
- <*> ( pure Consensus. CardanoTriggerHardForkAtDefaultVersion) -- TODO: Dijkstra
1152
+ <*> pure Consensus. CardanoTriggerHardForkAtDefaultVersion -- TODO: Dijkstra
1153
1153
parseShelleyHardForkEpoch :: Object -> Parser (Consensus. CardanoHardForkTrigger blk )
1154
1154
parseShelleyHardForkEpoch o =
1155
1155
asum
You can’t perform that action at this time.
0 commit comments