diff --git a/src/mempool.rs b/src/mempool.rs index 6a6f1dd..b17c36e 100644 --- a/src/mempool.rs +++ b/src/mempool.rs @@ -1,10 +1,7 @@ use crate::{ ledger::pparams::Genesis, state::LedgerStore, - uplc::{ - script_context::SlotConfig, - tx, EvalReport, - }, + uplc::{script_context::SlotConfig, tx, EvalReport}, }; use futures_util::StreamExt; use itertools::Itertools; diff --git a/src/uplc/data.rs b/src/uplc/data.rs index 6c99c74..917b320 100644 --- a/src/uplc/data.rs +++ b/src/uplc/data.rs @@ -49,4 +49,4 @@ impl Data { }) } } -} \ No newline at end of file +} diff --git a/src/uplc/script_context.rs b/src/uplc/script_context.rs index 850aefe..4c6213e 100644 --- a/src/uplc/script_context.rs +++ b/src/uplc/script_context.rs @@ -1,4 +1,3 @@ - use super::{error::Error, to_plutus_data::MintValue}; use itertools::Itertools; use pallas::codec::utils::{ diff --git a/src/uplc/tx.rs b/src/uplc/tx.rs index 8e6ccae..b6ffd3b 100644 --- a/src/uplc/tx.rs +++ b/src/uplc/tx.rs @@ -1,4 +1,3 @@ - use crate::{ ledger::UtxoMap, uplc::{