From a57f6b70dadd81c7f28a952156192bd7a2a0e6c3 Mon Sep 17 00:00:00 2001 From: Sagar Dhawan Date: Fri, 1 Nov 2019 16:01:42 -0700 Subject: [PATCH] Fix swapped repair and forwards addrs (#6691) automerge --- core/src/cluster_info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/cluster_info.rs b/core/src/cluster_info.rs index 3d12b8f0f4..f1d72cc23e 100644 --- a/core/src/cluster_info.rs +++ b/core/src/cluster_info.rs @@ -1659,9 +1659,9 @@ impl Node { gossip_addr, tvu.local_addr().unwrap(), tvu_forwards.local_addr().unwrap(), + repair.local_addr().unwrap(), tpu.local_addr().unwrap(), tpu_forwards.local_addr().unwrap(), - repair.local_addr().unwrap(), storage.local_addr().unwrap(), rpc_addr, rpc_pubsub_addr,