feat: even more errors work

This commit is contained in:
rvcas
2022-09-19 01:05:33 -04:00
parent 9bab3187b1
commit 6c34c9be19
4 changed files with 54 additions and 51 deletions

View File

@@ -54,7 +54,7 @@ fn main() -> anyhow::Result<()> {
slot_length,
};
tx::eval(tx_babbage, &resolved_inputs, None, &slot_config)?;
tx::eval_phase_two(tx_babbage, &resolved_inputs, None, &slot_config, true)?;
}
}
},