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.
1 parent b9330cd commit 5b37adcCopy full SHA for 5b37adc
cairo-vm-cli/src/main.rs
@@ -190,7 +190,7 @@ fn run(args: impl Iterator<Item = String>) -> Result<(), Error> {
190
secure_run: args.secure_run,
191
allow_missing_builtins: args.allow_missing_builtins,
192
dynamic_layout_params: cairo_layout_params,
193
- ..Default::default()
+ disable_trace_padding: args.prover_input_info.is_some(),
194
};
195
196
let mut cairo_runner = match if args.run_from_cairo_pie {
0 commit comments