From b4f3bb6719664f4246caa253269cec0738512013 Mon Sep 17 00:00:00 2001 From: StephenButtolph Date: Mon, 20 Apr 2020 10:42:16 -0400 Subject: [PATCH] reduce diff --- networking/connections.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking/connections.go b/networking/connections.go index 239d814..4eaaaf7 100644 --- a/networking/connections.go +++ b/networking/connections.go @@ -187,8 +187,8 @@ func (c *connections) getID(peer salticidae.PeerID) (ids.ShortID, bool) { } func (c *connections) remove(peer salticidae.PeerID, id ids.ShortID) { - c.removeID(id) c.removePeerID(peer) + c.removeID(id) } func (c *connections) removePeerID(peer salticidae.PeerID) {