Skip to content

Commit

Permalink
bugfix: request fragment tree membership for all candidates (parityte…
Browse files Browse the repository at this point in the history
  • Loading branch information
alindima authored and dharjeezy committed Apr 9, 2024
1 parent eece053 commit a3ca09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/node/core/backing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ async fn handle_active_leaves_update<Context>(
}

let mut seconded_at_depth = HashMap::new();
if let Some(response) = membership_answers.next().await {
while let Some(response) = membership_answers.next().await {
match response {
Err(oneshot::Canceled) => {
gum::warn!(
Expand Down

0 comments on commit a3ca09e

Please sign in to comment.