Skip to content

Commit 442c2ce

Browse files
committed
Fix conf
1 parent bc7667c commit 442c2ce

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ async fn actual_main() -> Result<()> {
172172
start_block: None,
173173
data_directory: config.data_directory.clone(),
174174
da_read_from: config.da_read_from.clone(),
175+
da_fallback_addresses: vec![],
175176
timeout_client_secs: 10,
176177
processor_config: (),
177178
})

0 commit comments

Comments
 (0)