fix: remove sleep

This commit is contained in:
Ludo Galabru
2023-07-21 14:12:10 -04:00
parent ab4c5e4d98
commit c371e74de7

View File

@@ -576,8 +576,6 @@ async fn handle_command(opts: Opts, ctx: &Context) -> Result<(), String> {
info!(ctx.expect_logger(), "Starting service...",);
sleep(std::time::Duration::from_secs(36_000));
let start_block = match cmd.start_at_block {
Some(entry) => entry,
None => match last_known_block {