Format uplc crate
This commit is contained in:
@@ -100,7 +100,9 @@ pub fn eval_phase_two_raw(
|
||||
.or_else(|_| MultiEraTx::decode_for_era(Era::Babbage, tx_bytes))
|
||||
.or_else(|_| MultiEraTx::decode_for_era(Era::Alonzo, tx_bytes))?;
|
||||
|
||||
let cost_mdls = cost_mdls_bytes.map(|x| CostMdls::decode_fragment(x)).transpose()?;
|
||||
let cost_mdls = cost_mdls_bytes
|
||||
.map(|x| CostMdls::decode_fragment(x))
|
||||
.transpose()?;
|
||||
|
||||
let budget = ExBudget {
|
||||
cpu: initial_budget.0 as i64,
|
||||
|
||||
Reference in New Issue
Block a user