Skip to content

Commit

Permalink
Update x/stakingplus/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jayden Lee <41176085+tkxkd0159@users.noreply.github.com>
  • Loading branch information
ulbqb and tkxkd0159 authored Feb 5, 2024
1 parent 9987cb9 commit dcdcfa2
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 UpdateValidatorAuthsProposal. TODO: add a ref to x/foundation spec file.
- 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 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 dcdcfa2

Please sign in to comment.