We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4616f commit 259555bCopy full SHA for 259555b
nomos-services/chain-service/src/lib.rs
@@ -822,6 +822,7 @@ where
822
}
823
824
825
+ // TODO: we maybe can keep existing orphan downloading logic but convert Block to Proposal
826
Some(block) = orphan_downloader.next(), if orphan_downloader.should_poll() => {
827
let header_id= block.header().id();
828
info!("Processing block from orphan downloader: {header_id:?}");
0 commit comments