Skip to content

Commit

Permalink
update authorizable err
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Aug 6, 2024
1 parent 555f123 commit 3245bd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ import "errors"
var (
ErrNotInAuthList = errors.New("authorizable: caller is not in authorized list")
ErrNotSuperuser = errors.New("authorizable: caller is not superuser")
ErrAlreadyInList = errors.New("address is already in authorized list")
ErrAlreadyInList = errors.New("authorizable: address is already in authorized list")
)

0 comments on commit 3245bd0

Please sign in to comment.