protonmail: remove wrong comment

This commit is contained in:
emersion 2017-09-21 20:03:55 +02:00
parent 70186f326f
commit 129b258ed7
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 1 additions and 2 deletions

View File

@ -58,8 +58,7 @@ func (pub *PublicKey) Entity() (*openpgp.Entity, error) {
return keyRing[0], nil return keyRing[0], nil
} }
// GetPublicKeys retrieves public keys for a user. The first key in // GetPublicKeys retrieves public keys for a user.
// PublicKeyResp.Keys can be used for sending.
func (c *Client) GetPublicKeys(email string) (*PublicKeyResp, error) { func (c *Client) GetPublicKeys(email string) (*PublicKeyResp, error) {
v := url.Values{} v := url.Values{}
v.Set("Email", email) v.Set("Email", email)