diff --git a/watchtower/wtclient/client.go b/watchtower/wtclient/client.go index e8fec5d4a..167a98268 100644 --- a/watchtower/wtclient/client.go +++ b/watchtower/wtclient/client.go @@ -324,9 +324,9 @@ func getTowerAndSessionCandidates(db DB, keyRing ECDHKeyRing, // Add the session to the set of candidate sessions. candidateSessions[s.ID] = cs - - perActiveTower(tower) } + + perActiveTower(tower) } return candidateSessions, nil