docs(x/accounts): fix doc (#22295)

This commit is contained in:
Vishal Potpelliwar 2024-10-17 14:16:18 +05:30 committed by GitHub
parent 553e11082c
commit 3440ad6e60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -502,7 +502,7 @@ In order to create accounts at genesis, the `x/accounts` module allows developer
a list of genesis `MsgInit` messages that will be executed in the `x/accounts` genesis flow.
The init messages are generated offline. You can also use the following CLI command to generate the
json messages: `simd accounts tx init [account type] [msg] --from me --genesis`. This will generate
json messages: `simd tx accounts init [account type] [msg] --from me --genesis`. This will generate
a jsonified init message wrapped in an x/accounts `MsgInit`.
This follows the same initialization flow and rules that would happen if the chain is running.