feat: add some v1 methods so that cost_mdls can be optional

This commit is contained in:
rvcas
2022-09-18 15:16:41 -04:00
parent dac25b6f41
commit 68fc0f643e
6 changed files with 500 additions and 45 deletions

View File

@@ -52,7 +52,7 @@ fn main() -> anyhow::Result<()> {
slot_length,
};
// eval_tx(tx_babbage, &resolved_inputs, &slot_config)?;
eval_tx(tx_babbage, &resolved_inputs, None, &slot_config)?;
}
}
},