Skip to content

Commit

Permalink
fix(wallet, cmd): adding ed25519_account in help and set as default (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy authored Sep 14, 2024
1 parent 9eeb498 commit a1fd335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/wallet/address.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func buildNewAddressCmd(parentCmd *cobra.Command) {
parentCmd.AddCommand(newAddressCmd)

addressType := newAddressCmd.Flags().String("type",
wallet.AddressTypeBLSAccount, "the type of address: bls_account or validator")
wallet.AddressTypeBLSAccount, "the type of address: bls_account, ed25519_account and validator")

newAddressCmd.Run = func(_ *cobra.Command, _ []string) {
var addressInfo *vault.AddressInfo
Expand Down

0 comments on commit a1fd335

Please sign in to comment.