fix repro_script_corruption imports

This commit is contained in:
Kayos 2026-05-07 16:10:58 -07:00
parent 340a4ee408
commit d71b543ae6

View file

@ -21,11 +21,7 @@ use std::env;
use std::fs;
use pallas_addresses::Address;
use pallas_codec::utils::Bytes;
use pallas_txbuilder::{
BuildConway, Output as TxOutput, ScriptKind, StagingTransaction,
TransactionInput as Input,
};
use pallas_txbuilder::{BuildConway, Input, Output as TxOutput, ScriptKind, StagingTransaction};
use pallas_crypto::hash::Hash;
fn hex_to_bytes(s: &str) -> Vec<u8> {