From bff1b6dc073baab0101c1a9ec549d45ba5fcba12 Mon Sep 17 00:00:00 2001 From: SCM Date: Thu, 17 Oct 2024 20:47:39 +0100 Subject: [PATCH] bug fix --- plutus_bench/tx_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plutus_bench/tx_tools.py b/plutus_bench/tx_tools.py index f23a865..99f4d7a 100644 --- a/plutus_bench/tx_tools.py +++ b/plutus_bench/tx_tools.py @@ -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(