fix repro_script_corruption imports
This commit is contained in:
parent
05c29ac3ab
commit
30bee07502
1 changed files with 1 additions and 5 deletions
|
|
@ -21,11 +21,7 @@ use std::env;
|
||||||
use std::fs;
|
use std::fs;
|
||||||
|
|
||||||
use pallas_addresses::Address;
|
use pallas_addresses::Address;
|
||||||
use pallas_codec::utils::Bytes;
|
use pallas_txbuilder::{BuildConway, Input, Output as TxOutput, ScriptKind, StagingTransaction};
|
||||||
use pallas_txbuilder::{
|
|
||||||
BuildConway, Output as TxOutput, ScriptKind, StagingTransaction,
|
|
||||||
TransactionInput as Input,
|
|
||||||
};
|
|
||||||
use pallas_crypto::hash::Hash;
|
use pallas_crypto::hash::Hash;
|
||||||
|
|
||||||
fn hex_to_bytes(s: &str) -> Vec<u8> {
|
fn hex_to_bytes(s: &str) -> Vec<u8> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue