We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920db4a commit c31c8c4Copy full SHA for c31c8c4
1 file changed
jolt-core/src/host/program.rs
@@ -31,7 +31,7 @@ impl Program {
31
max_trusted_advice_size: DEFAULT_MAX_TRUSTED_ADVICE_SIZE,
32
max_output_size: DEFAULT_MAX_OUTPUT_SIZE,
33
std: false,
34
- backtrace: Some("disable".to_string()), // Default to disabled for minimal size
+ backtrace: Some("off".to_string()), // Default to off for minimal size
35
elf: None,
36
elf_compute_advice: None,
37
}
0 commit comments