Update plutus to what is used by week04

This commit is contained in:
Thomas Diesler 2021-04-28 20:39:35 +02:00
parent 50ee6b0394
commit 66dac083b1
4 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ source-repository-package
plutus-tx-plugin
prettyprinter-configurable
quickcheck-dynamic
tag: 3aa86304e9bfc425667051a8a94db73fcdc38878
tag: 47bee0d683857655d60c230a8b25ab7058c54d55
-- The following sections are copied from the 'plutus' repository cabal.project at the revision
-- given above.

View file

@ -23,7 +23,7 @@ source-repository-package
plutus-tx-plugin
prettyprinter-configurable
quickcheck-dynamic
tag: 3aa86304e9bfc425667051a8a94db73fcdc38878
tag: 47bee0d683857655d60c230a8b25ab7058c54d55
-- The following sections are copied from the 'plutus' repository cabal.project at the revision
-- given above.

View file

@ -39,7 +39,7 @@ valHash :: Ledger.ValidatorHash
valHash = Scripts.validatorHash validator
scrAddress :: Ledger.Address
scrAddress = ScriptAddress valHash
scrAddress = scriptHashAddress valHash
type GiftSchema =
BlockchainActions

View file

@ -23,7 +23,7 @@ source-repository-package
plutus-tx-plugin
prettyprinter-configurable
quickcheck-dynamic
tag: 3aa86304e9bfc425667051a8a94db73fcdc38878
tag: 47bee0d683857655d60c230a8b25ab7058c54d55
-- The following sections are copied from the 'plutus' repository cabal.project at the revision
-- given above.