From 3aed2c45a90f029c1228c981b361a7ffca890fe2 Mon Sep 17 00:00:00 2001 From: alindima Date: Thu, 28 Mar 2024 10:48:43 +0200 Subject: [PATCH] backing: request fragment tree membership for all candidates --- polkadot/node/core/backing/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/node/core/backing/src/lib.rs b/polkadot/node/core/backing/src/lib.rs index 4b6beb5592e1..b5cad4cf5f05 100644 --- a/polkadot/node/core/backing/src/lib.rs +++ b/polkadot/node/core/backing/src/lib.rs @@ -911,7 +911,7 @@ async fn handle_active_leaves_update( } 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!(