Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion crates/cairo-lang-runner/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ impl SierraCasmRunner {
starknet_contracts_info: OrderedHashMap<Felt252, ContractInfo>,
run_profiler: Option<ProfilingInfoCollectionConfig>,
) -> Result<Self, RunnerError> {
// Find all contracts.
// Receive precomputed contract info (class_hash -> ContractInfo). Discovery is performed by
// the caller.
Ok(Self {
builder: RunnableBuilder::new(sierra_program, metadata_config)?,
starknet_contracts_info,
Expand Down