Skip to content

Commit

Permalink
Minor plutus shell script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Jun 14, 2021
1 parent e6010ea commit 8f87632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/plutus/example-txin-locking-plutus-script.sh
Expand Up @@ -14,7 +14,7 @@ set -o pipefail
# in order to accomodate this.

# This is the end to end always succeeds plutus script example
plutusscriptinuse=scripts/plutus/always-succeeds-txin.plutus
plutusscriptinuse=scripts/plutus/untyped-always-succeeds-txin.plutus


plutusscriptaddr=$(cardano-cli address build --payment-script-file $plutusscriptinuse --testnet-magic 42)
Expand Down

0 comments on commit 8f87632

Please sign in to comment.