fix repro_script_corruption imports
This commit is contained in:
parent
340a4ee408
commit
d71b543ae6
1 changed files with 1 additions and 5 deletions
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue