Skip to content

Commit

Permalink
Update routing.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
pmnoxx authored Feb 4, 2021
1 parent 4b017ff commit 0029d8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chain/network/src/routing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,6 @@ impl Graph {

self.adjacency[id0].remove(&id1);
self.adjacency[id1].remove(&id0);

self.remove_if_unused(id0);
self.remove_if_unused(id1);

Expand Down

0 comments on commit 0029d8c

Please sign in to comment.