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 (#16085)

(cherry picked from commit 1b836a6)
  • Loading branch information
julienrbrt authored and mergify[bot] committed May 10, 2023
1 parent 850bd71 commit a2f1ada
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 a2f1ada

Please sign in to comment.