Skip to content

Commit

Permalink
Update x/genutil/client/cli/gentx.go
Browse files Browse the repository at this point in the history
Co-authored-by: Akhil Kumar P <[email protected]>
  • Loading branch information
tac0turtle and akhilkumarpilli authored Jun 11, 2024
1 parent 233f4f7 commit 16c8720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/genutil/client/cli/gentx.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ $ %s gentx my-key-name 1000000stake --home=/path/to/home/dir --keyring-backend=o
},
}

cmd.Flags().String(FlagConsensusKeyAlgo, "ed25519", "algorithm to use for the consensus key")
cmd.Flags().String(FlagConsensusKeyAlgo, "ed25519", "algorithm to use for the consensus key: ed25519 | secp256k1 | bls12_381 | sr25519 | multi")
cmd.Flags().String(flags.FlagOutputDocument, "", "Write the genesis transaction JSON document to the given file instead of the default location")
cmd.Flags().AddFlagSet(fsCreateValidator)
flags.AddTxFlagsToCmd(cmd)
Expand Down

0 comments on commit 16c8720

Please sign in to comment.