Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-es committed Sep 24, 2024
1 parent bcb0d5a commit d029563
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sequencer/src/api/data_source.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{collections::HashSet, num::NonZeroUsize, time::Duration};
use std::{num::NonZeroUsize, time::Duration};

use anyhow::{bail, Context};
use async_trait::async_trait;
Expand Down
1 change: 0 additions & 1 deletion sequencer/src/bin/orchestrator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ async fn main() {
start_delay_seconds: args.start_delay.as_secs(),
manual_start_password: args.manual_start_password,
indexed_da: false,
enable_registration_verification: false,
..Default::default()
};

Expand Down

0 comments on commit d029563

Please sign in to comment.