diff --git a/db/client.go b/db/client.go index 4a2ec754..eeb80c70 100644 --- a/db/client.go +++ b/db/client.go @@ -313,14 +313,6 @@ func (r *clientRepo) SetTrustedPeers(tx repo.Transaction, clientID string, clien return err } - // Verify that all the clients are valid - for _, curID := range clientIDs { - _, err := r.get(tx, curID) - if err != nil { - return err - } - } - // Set the clients rows := []interface{}{} for _, curID := range clientIDs {