Skip to content

Commit

Permalink
chore: fix some quoting (#20166)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengenH authored Apr 24, 2024
1 parent f42c5d4 commit 127a9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/genutil/genaccounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
// `accAddr` is the address to be added to the genesis state, `amountStr` is the list of initial coins
// to be added for the account, `appendAcct` updates the account if already exists.
// `vestingStart, vestingEnd and vestingAmtStr` respectively are the schedule start time, end time (unix epoch)
// `moduleName is the module name for which the account is being created
// `moduleName` is the module name for which the account is being created
// and coins to be appended to the account already in the genesis.json file.
func AddGenesisAccount(
cdc codec.Codec,
Expand Down

0 comments on commit 127a9d2

Please sign in to comment.