From 127a9d21dbe4ebc46475284ac686247eb239170f Mon Sep 17 00:00:00 2001 From: Andi <36215014+ChengenH@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:28:29 +0800 Subject: [PATCH] chore: fix some quoting (#20166) --- x/genutil/genaccounts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/genutil/genaccounts.go b/x/genutil/genaccounts.go index 4c09ac71b1..d55fdd3ef9 100644 --- a/x/genutil/genaccounts.go +++ b/x/genutil/genaccounts.go @@ -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,