Skip to content

Commit

Permalink
Fix keyring backend issue in AddGenesisAccountCmd (cosmos#7426)
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Treglia <[email protected]>
  • Loading branch information
akhilkumarpilli and Alessio Treglia authored Oct 1, 2020
1 parent 52a0b6d commit 25f3c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simapp/simd/cmd/genaccounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ contain valid denominations. Accounts may optionally be supplied with vesting pa
}

cmd.Flags().String(flags.FlagHome, defaultNodeHome, "The application home directory")
cmd.Flags().String(flags.FlagKeyringBackend, flags.DefaultKeyringBackend, "Select keyring's backend (os|file|kwallet|pass|test)")
cmd.Flags().String(flagVestingAmt, "", "amount of coins for vesting accounts")
cmd.Flags().Int64(flagVestingStart, 0, "schedule start time (unix epoch) for vesting accounts")
cmd.Flags().Int64(flagVestingEnd, 0, "schedule end time (unix epoch) for vesting accounts")
Expand Down

0 comments on commit 25f3c2a

Please sign in to comment.