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,8 +17,8 @@ async fn main() {
.unwrap();
let point = Point::Specific(
49159253,
hex::decode("d034a2d0e4c3076f57368ed59319010c265718f0923057f8ff914a3b6bfd1314").unwrap(),
101516417,
hex::decode("3d681e503fd9318d0f68c74a699895ce61f0a07010b516b80ce968a6b000e231").unwrap(),
);
let block = peer.blockfetch().fetch_single(point).await.unwrap();