Skip to content

Commit

Permalink
Update x/stakingplus/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Youngtaek Yoon <[email protected]>
  • Loading branch information
ulbqb and 0Tech authored Feb 13, 2024
1 parent 9dd0452 commit a704727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/stakingplus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ A validator is created using the `Msg/CreateValidator` service message.
This service message is expected to fail if:

- one of the conditions described in the staking module of the Cosmos-SDK is met.
- the operator address is not registered on x/foundation through [MsgGrant](https://github.com/Finschia/finschia-sdk/tree/main/x/foundation#msggrant) with `CreateValidatorAuthorization`.
- the operator address is not registered on x/foundation through [MsgGrant](https://github.com/Finschia/finschia-sdk/tree/main/x/foundation/README.md#msggrant) with `CreateValidatorAuthorization`.

The other [statements](https://github.com/cosmos/cosmos-sdk/blob/v0.50.2/x/staking/README.md#msgcreatevalidator) on this message in the exising document are still valid.

0 comments on commit a704727

Please sign in to comment.