From 9d52affb26580398578fa5fcd96af6904a372e3d Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Tue, 24 Dec 2024 20:42:11 +0200 Subject: [PATCH] typo genesis.go --- testing/simapp/genesis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/simapp/genesis.go b/testing/simapp/genesis.go index 69fa46b90ef..19328b3f2e0 100644 --- a/testing/simapp/genesis.go +++ b/testing/simapp/genesis.go @@ -5,7 +5,7 @@ import ( ) // GenesisState of the blockchain is represented here as a map of raw json -// messages key'd by a identifier string. +// messages key'd by an identifier string. // The identifier is used to determine which module genesis information belongs // to so it may be appropriately routed during init chain. // Within this application default genesis information is retrieved from