We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c57941 + 62f8d13 commit 3214a02Copy full SHA for 3214a02
crates/bin/cairo-execute/src/main.rs
@@ -261,6 +261,7 @@ fn main() -> anyhow::Result<()> {
261
layout: args.run.layout,
262
dynamic_layout_params,
263
proof_mode: args.run.standalone,
264
+ fill_holes: args.run.standalone,
265
secure_run: args.run.secure_run,
266
allow_missing_builtins: args.run.allow_missing_builtins,
267
disable_trace_padding: args.run.disable_trace_padding.unwrap_or_default(),
0 commit comments