diff --git a/crates/uplc/src/tx/error.rs b/crates/uplc/src/tx/error.rs index 92fbcef3..a3b8f452 100644 --- a/crates/uplc/src/tx/error.rs +++ b/crates/uplc/src/tx/error.rs @@ -10,7 +10,7 @@ pub enum Error { FlatDecode(#[from] flat_rs::de::Error), #[error("{0}")] FragmentDecode(#[from] pallas_primitives::Error), - #[error("{}", .0)] + #[error("{}\n\n{:#?}\n\n{}", .0, .1, .2.join("\n"))] Machine(machine::Error, ExBudget, Vec), #[error("Native script can't be executed in phase-two")] NativeScriptPhaseTwo,