Skip to content

Commit

Permalink
Merge branch 'alexggh/update_topology_at_restart' into merge_all_fixe…
Browse files Browse the repository at this point in the history
…s_for_testing
  • Loading branch information
alexggh committed Jan 9, 2025
2 parents 52d85e4 + d266817 commit 41c172e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/node/network/bridge/src/rx/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ where
);
} else {
dispatch_validation_event_to_approval_unbounded(
&NetworkBridgeEvent::NegowGossipTopology(NewGossipTopology {
&NetworkBridgeEvent::NewGossipTopology(NewGossipTopology {
session,
topology: SessionGridTopology::new(shuffled_indices, topology_peers),
local_index,
Expand Down

0 comments on commit 41c172e

Please sign in to comment.