Skip to content

Commit c31c8c4

Browse files
committed
fix: revert backtrace to off in jolt-core/src/host/program.rs
1 parent 920db4a commit c31c8c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jolt-core/src/host/program.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ impl Program {
3131
max_trusted_advice_size: DEFAULT_MAX_TRUSTED_ADVICE_SIZE,
3232
max_output_size: DEFAULT_MAX_OUTPUT_SIZE,
3333
std: false,
34-
backtrace: Some("disable".to_string()), // Default to disabled for minimal size
34+
backtrace: Some("off".to_string()), // Default to off for minimal size
3535
elf: None,
3636
elf_compute_advice: None,
3737
}

0 commit comments

Comments
 (0)