fix(interop): use correct input order to match redeemers (#487)

This commit is contained in:
Santiago Carmuega 2024-07-14 13:48:05 -03:00 committed by GitHub
parent 9b16a98fb1
commit 9f9e088091
8 changed files with 1917 additions and 27 deletions

View file

@ -17,4 +17,8 @@ pallas-codec = { version = "=0.28.0", path = "../pallas-codec" }
pallas-crypto = { version = "=0.28.0", path = "../pallas-crypto" }
utxorpc-spec = { version = "0.6.0" }
[dev-dependencies]
hex = "0.4.3"
serde_json = "1.0.120"
# utxorpc-spec = { path = "../../../utxorpc/spec/gen/rust" }