diff --git a/accounts/errors.go b/accounts/errors.go index 2fed35f9d0..e7a44d79c2 100644 --- a/accounts/errors.go +++ b/accounts/errors.go @@ -55,7 +55,7 @@ type AuthNeededError struct { } // NewAuthNeededError creates a new authentication error with the extra details -// about the needed fields set. +// about the needed fields set.. func NewAuthNeededError(needed string) error { return &AuthNeededError{ Needed: needed,