fix(interop): use correct input order to match redeemers (#487)
This commit is contained in:
parent
9b16a98fb1
commit
9f9e088091
8 changed files with 1917 additions and 27 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue