Skip to content

Support for contract call with reference inputs #1

Description

@satran004

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions