Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit ae07088

Browse files
committed
announce with barrier
1 parent 1a43f18 commit ae07088

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/consensus/aura/src/collators/lookahead.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,9 @@ pub async fn run<Block, P, BI, CIDP, Client, Backend, RClient, SO, Proposer, CS>
287287
parent_hash = new_block_hash;
288288
parent_header = block_data.into_header();
289289

290-
// TODO [now]: announce to parachain sub-network
290+
// TODO [now]: we should be able to directly announce, as long as
291+
// we have full nodes do some equivocation checks locally.
292+
let _sender = params.collator_service.announce_with_barrier(new_block_hash);
291293

292294
// TODO [https://github.com/paritytech/polkadot/issues/5056]:
293295
// announce collation to relay-chain validators.

0 commit comments

Comments
 (0)