chore: fix some quoting (#20166)

This commit is contained in:
Andi 2024-04-24 17:28:29 +08:00 committed by GitHub
parent f42c5d4dcc
commit 127a9d21db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,