Skip to content

Commit

Permalink
chore: don't set ibd based on burnchain block download
Browse files Browse the repository at this point in the history
  • Loading branch information
jcnelson committed Jan 7, 2025
1 parent b5b6038 commit 0f42b62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testnet/stacks-node/src/syncctl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ impl PoxSyncWatchdog {
.max(burnchain_height)
};

self.relayer_comms.set_ibd(ibbd);
if !self.unconditionally_download {
self.relayer_comms
.interruptable_sleep(self.steady_state_burnchain_sync_interval)?;
Expand Down

0 comments on commit 0f42b62

Please sign in to comment.