Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
1ccdacaf
Unverified
Commit
1ccdacaf
authored
Mar 29, 2021
by
asynchronous rob
Committed by
GitHub
Mar 29, 2021
Browse files
use unbounded when notifying distribution of new blocks (#2752)
parent
0ac499ca
Pipeline
#131540
failed with stages
in 20 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
node/core/approval-voting/src/import.rs
View file @
1ccdacaf
...
...
@@ -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
)
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment