mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-14 02:42:35 +01:00
Update plutus to what is used by week04
This commit is contained in:
parent
50ee6b0394
commit
66dac083b1
4 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -39,7 +39,7 @@ valHash :: Ledger.ValidatorHash
|
|||
valHash = Scripts.validatorHash validator
|
||||
|
||||
scrAddress :: Ledger.Address
|
||||
scrAddress = ScriptAddress valHash
|
||||
scrAddress = scriptHashAddress valHash
|
||||
|
||||
type GiftSchema =
|
||||
BlockchainActions
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue