Skip to content

Commit d618649

Browse files
committed
update flag
1 parent aa3b5f7 commit d618649

File tree

1 file changed

+1
-1
lines changed
  • orchestrator/src/worker/event_handler/jobs

1 file changed

+1
-1
lines changed

orchestrator/src/worker/event_handler/jobs/snos.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ trait OsHintsConfigurationFromLayer {
7575
impl OsHintsConfigurationFromLayer for OsHintsConfiguration {
7676
fn with_layer(layer: Layer) -> OsHintsConfiguration {
7777
match layer {
78-
Layer::L2 => OsHintsConfiguration { debug_mode: true, full_output: true, use_kzg_da: true },
78+
Layer::L2 => OsHintsConfiguration { debug_mode: true, full_output: true, use_kzg_da: false },
7979
Layer::L3 => OsHintsConfiguration { debug_mode: true, full_output: false, use_kzg_da: true },
8080
}
8181
}

0 commit comments

Comments
 (0)