Unverified Commit 1ccdacaf authored by asynchronous rob's avatar asynchronous rob Committed by GitHub
Browse files

use unbounded when notifying distribution of new blocks (#2752)

parent 0ac499ca
Pipeline #131540 failed with stages
in 20 minutes and 44 seconds
......@@ -790,7 +790,7 @@ pub(crate) async fn handle_new_head(
"Informing distribution of newly imported chain",
);
ctx.send_message(ApprovalDistributionMessage::NewBlocks(approval_meta).into()).await;
ctx.send_unbounded_message(ApprovalDistributionMessage::NewBlocks(approval_meta).into());
Ok(imported_candidates)
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment