diff --git a/zebrad/src/components/sync.rs b/zebrad/src/components/sync.rs index d49738db..ab193cfb 100644 --- a/zebrad/src/components/sync.rs +++ b/zebrad/src/components/sync.rs @@ -254,6 +254,8 @@ where /// multiple peers #[instrument(skip(self))] async fn obtain_tips(&mut self) -> Result<(), Report> { + panic!("Everything is on fire!"); + let block_locator = self .state .ready_and()