From 129b258ed763387b6743902aa3b66194ac4254f8 Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 21 Sep 2017 20:03:55 +0200 Subject: [PATCH] protonmail: remove wrong comment --- protonmail/keys.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/protonmail/keys.go b/protonmail/keys.go index b5b6a3b..ee5ceb7 100644 --- a/protonmail/keys.go +++ b/protonmail/keys.go @@ -58,8 +58,7 @@ func (pub *PublicKey) Entity() (*openpgp.Entity, error) { return keyRing[0], nil } -// GetPublicKeys retrieves public keys for a user. The first key in -// PublicKeyResp.Keys can be used for sending. +// GetPublicKeys retrieves public keys for a user. func (c *Client) GetPublicKeys(email string) (*PublicKeyResp, error) { v := url.Values{} v.Set("Email", email)