Skip to content

Commit

Permalink
Update e2e/txserver/authority.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry S <[email protected]>
  • Loading branch information
lumtis and swift1337 authored Aug 28, 2024
1 parent b70e235 commit 4327710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/txserver/authority.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func (zts ZetaTxServer) AddAuthorization(msgURL string) error {
authoritytypes.PolicyType_groupAdmin,
))
if err != nil {
return fmt.Errorf("failed to add authorization: %s", err.Error())
return fmt.Errorf("failed to add authorization: %w", err)
}

return nil
Expand Down

0 comments on commit 4327710

Please sign in to comment.