Fix documentation to include function name.

This commit is contained in:
Jason Baker 2022-05-13 10:17:10 -07:00
Родитель 12cfe9b1a0
Коммит 8e8cc5b094
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -148,7 +148,7 @@ func responseAccount(res *http.Response) (*Account, error) {
}, nil
}
// Attempt to perform account key rollover.
// accountKeyRollover attempts to perform account key rollover.
// On success it will change client.Key to the new key.
func (c *Client) accountKeyRollover(ctx context.Context, newKey crypto.Signer) error {
dir, err := c.Discover(ctx) // Also required by c.accountKID