Skip to content

Commit 259555b

Browse files
committed
feat(chain): comment
1 parent 5b4616f commit 259555b

File tree

1 file changed

+1
-0
lines changed
  • nomos-services/chain-service/src

1 file changed

+1
-0
lines changed

nomos-services/chain-service/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,7 @@ where
822822
}
823823
}
824824

825+
// TODO: we maybe can keep existing orphan downloading logic but convert Block to Proposal
825826
Some(block) = orphan_downloader.next(), if orphan_downloader.should_poll() => {
826827
let header_id= block.header().id();
827828
info!("Processing block from orphan downloader: {header_id:?}");

0 commit comments

Comments
 (0)