Skip to content

Commit

Permalink
fix comments and remove unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Dec 10, 2024
1 parent 256d013 commit 8963569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simulation/simulation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ func TestAppImportExport(t *testing.T) {
ChainID: SimAppChainID,
})

t.Log("initializing genesis for the new app using exported genesis state")
// Use genesis state from the first app to initialize the second app
newSimApp.ModuleManager().InitGenesis(ctxNewSimApp, newSimApp.AppCodec(), genesisState)
newSimApp.StoreConsensusParams(ctxNewSimApp, exported.ConsensusParams)
Expand Down

0 comments on commit 8963569

Please sign in to comment.