From d3854e6b6640de6a5d6af1b85296b3869954dacb Mon Sep 17 00:00:00 2001 From: Ethan Reesor Date: Tue, 5 Sep 2023 22:01:19 -0500 Subject: [PATCH] Derp --- tools/cmd/debug/heal_synth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cmd/debug/heal_synth.go b/tools/cmd/debug/heal_synth.go index 99c4c2c2a..7d8dcd216 100644 --- a/tools/cmd/debug/heal_synth.go +++ b/tools/cmd/debug/heal_synth.go @@ -189,7 +189,7 @@ func resubmitByNumber(ctx context.Context, C2 message.AddressedClient, net *heal // Submit directly to an appropriate node if C2.Address == nil { - for peer := range net.Peers[strings.ToLower(source)] { + for peer := range net.Peers[strings.ToLower(destination)] { C2 = C2.ForPeer(peer) break }