Skip to content

Commit 3214a02

Browse files
Add fill_holes arg to CairoRunConfig. (#8453)
2 parents 5c57941 + 62f8d13 commit 3214a02

File tree

1 file changed

+1
-0
lines changed
  • crates/bin/cairo-execute/src

1 file changed

+1
-0
lines changed

crates/bin/cairo-execute/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ fn main() -> anyhow::Result<()> {
261261
layout: args.run.layout,
262262
dynamic_layout_params,
263263
proof_mode: args.run.standalone,
264+
fill_holes: args.run.standalone,
264265
secure_run: args.run.secure_run,
265266
allow_missing_builtins: args.run.allow_missing_builtins,
266267
disable_trace_padding: args.run.disable_trace_padding.unwrap_or_default(),

0 commit comments

Comments
 (0)