You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ra.NewRegistrationAuthorityImpl takes some arguments that are pointers, and could be nil (e.g. limiter). It currently does not return an error. We should add an error value, return errors when passed nils for these arguments, and update calling functions to handle errors.
ra.NewRegistrationAuthorityImpl
takes some arguments that are pointers, and could be nil (e.g.limiter
). It currently does not return anerror
. We should add anerror
value, return errors when passed nils for these arguments, and update calling functions to handle errors.Discussed in: https://github.com/letsencrypt/boulder/pull/7858/files#r1906117221
The text was updated successfully, but these errors were encountered: