Skip to content

Commit

Permalink
Add missing clause to support Plutus V1 in Conway
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhammann committed Oct 18, 2023
1 parent e631c5b commit 5119a4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cardano-api/internal/Cardano/Api/Script.hs
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,9 @@ scriptLanguageSupportedInEra era lang =
(BabbageEra, PlutusScriptLanguage PlutusScriptV2) ->
Just PlutusScriptV2InBabbage

(ConwayEra, PlutusScriptLanguage PlutusScriptV1) ->
Just PlutusScriptV1InConway

(ConwayEra, PlutusScriptLanguage PlutusScriptV2) ->
Just PlutusScriptV2InConway

Expand Down

0 comments on commit 5119a4e

Please sign in to comment.