Skip to content

Commit

Permalink
tx-generator: integrate plutusV2 SECP script
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeier authored and deepfire committed Nov 28, 2022
1 parent 6d83c45 commit 6af9263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/nixos/tx-generator-service.nix
Expand Up @@ -5,7 +5,7 @@ let
plutusScript = cfg.plutusScript;
targetNodes = targetNodesList cfg.targetNodes;
era = capitalise cfg.era;
plutusLoopScript = plutusScriptFile cfg "loop.plutus";
plutusLoopScript = plutusScriptFile cfg "v2/schnorr-secp256k1-loop.plutus";
inherit
plutusMode
plutusData
Expand Down

0 comments on commit 6af9263

Please sign in to comment.