diff --git a/pallas-chainsync/src/clients.rs b/pallas-chainsync/src/clients.rs index 69fa64a..2573f79 100644 --- a/pallas-chainsync/src/clients.rs +++ b/pallas-chainsync/src/clients.rs @@ -131,7 +131,7 @@ where Ok(Self { tip: Some(tip), cursor: None, - state: State::Idle, + state: State::Done, ..self }) } @@ -145,7 +145,7 @@ where trace!("content: {:?}", content); } - debug!("reporint block to observer"); + debug!("reporting block to observer"); self.observer.on_block(&self.cursor, &content)?; Ok(Self {