Skip to content

Commit

Permalink
Use AlonzoScript instead of Alonzo.Script.
Browse files Browse the repository at this point in the history
(The latter is deprecated.)
  • Loading branch information
jonathanknowles authored and erikd committed Mar 16, 2023
1 parent 0bab1cb commit f0d1cad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/wallet/src/Cardano/Wallet/Write/Tx.hs
Expand Up @@ -944,8 +944,7 @@ withCLIConstraint era a = case era of
withAlonzoScriptConstraint
:: RecentEra era
-> ( Core.Script (Cardano.ShelleyLedgerEra era)
~ Alonzo.Script (Cardano.ShelleyLedgerEra era
)
~ AlonzoScript (Cardano.ShelleyLedgerEra era)
=> a)
-> a
withAlonzoScriptConstraint era a = case era of
Expand Down

0 comments on commit f0d1cad

Please sign in to comment.