mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
bugfix: request fragment tree membership for all candidates (#3874)
This commit is contained in:
@@ -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!(
|
||||
|
||||
Reference in New Issue
Block a user