Skip to content

Commit

Permalink
bugfix: request fragment tree membership for all candidates (#3874)
Browse files Browse the repository at this point in the history
  • Loading branch information
alindima authored Mar 28, 2024
1 parent 79b08d8 commit 6a0859e
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 6a0859e

Please sign in to comment.