Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SCMusson committed Oct 17, 2024
1 parent 2f5018c commit bff1b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus_bench/tx_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def generate_script_contexts_resolved(
for r in tx.transaction_witness_set.redeemer
if r.index == i and r.tag == RedeemerTag.MINT
),
tx.transaction_witness_set,
tx.transaction_witness_set.redeemer,
)
except StopIteration:
raise ValueError(
Expand Down

0 comments on commit bff1b6d

Please sign in to comment.