Skip to content

Commit

Permalink
chore(auth/vesting): fix typo in create-period-vesting-account cmd …
Browse files Browse the repository at this point in the history
…example (backport cosmos#16085) (cosmos#16086)

Co-authored-by: Julien Robert <julien@rbrt.fr>
  • Loading branch information
2 people authored and kakysha committed Aug 15, 2023
1 parent 5491c02 commit 79dc84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/auth/vesting/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func NewMsgCreatePeriodicVestingAccountCmd() *cobra.Command {
An array of coin strings and unix epoch times for coins to vest
{ "start_time": 1625204910,
"period":[
"periods":[
{
"coins": "10test",
"length_seconds":2592000 //30 days
Expand Down

0 comments on commit 79dc84a

Please sign in to comment.