In v0.0.2, if transaction has reference inputs, script evaluation fails with following error.
RedeemerError { tag: "Spend", index: 0, err: ResolvedInputNotFound }
Workaround : During the transaction cost evaluation, remove the reference inputs from the transaction and add the plutus script to the witness set. After calculating the script cost, you can add back the reference input again.
In v0.0.2, if transaction has reference inputs, script evaluation fails with following error.
Workaround : During the transaction cost evaluation, remove the reference inputs from the transaction and add the plutus script to the witness set. After calculating the script cost, you can add back the reference input again.