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
}
// 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)