parameratize cost model

This commit is contained in:
Kasey White
2022-09-17 21:12:48 -04:00
parent d426f4922f
commit 472cea6c41
7 changed files with 2143 additions and 51 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, &slot_config)?;
}
}
},