docs(x/authz): fix broken link (#20194)

This commit is contained in:
Khanh Hoa
2024-04-26 08:15:44 +00:00
committed by GitHub
parent 09233bbbbf
commit c644c4d07c
+1 -1
View File
@@ -174,7 +174,7 @@ NOTE: The `MsgExec` message removes a grant if the grant has expired.
The `MsgRevokeAll` message revokes all grants issued by the specified granter. This is useful for quickly removing all authorizations granted by a single granter without specifying individual message types or grantees.
```protobuf reference
https://github.com/cosmos/cosmos-sdk/tree/main/proto/cosmos/authz/v1beta1/tx.proto#L91-L97
https://github.com/cosmos/cosmos-sdk/tree/main/x/authz/proto/cosmos/authz/v1beta1/tx.proto#L93-L100
```
The message handling should fail if: