Skip to content

Commit

Permalink
Fix fat fingers
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
  • Loading branch information
alexggh committed Jan 9, 2025
1 parent e854c15 commit d266817
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 d266817

Please sign in to comment.