Skip to content

Commit

Permalink
Derp
Browse files Browse the repository at this point in the history
  • Loading branch information
firelizzard18 committed Sep 6, 2023
1 parent 51a79b6 commit d3854e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cmd/debug/heal_synth.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit d3854e6

Please sign in to comment.