Skip to content

Commit

Permalink
Fix motivations network Heal command (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodimarco-dfinity committed Jul 5, 2024
1 parent b3c8278 commit 553e19e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rs/decentralization/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,7 @@ impl NetworkHealRequest {

available_nodes.retain(|node| !change.added().contains(node));
subnets_changed.push(SubnetChangeResponse::from(&change).with_motivation(motivations.join("; ")));
motivations.clear();
}

Ok(subnets_changed)
Expand Down

0 comments on commit 553e19e

Please sign in to comment.