diff --git a/app/test/vesting_test.go b/app/test/vesting_test.go index b4d4b128c6..588e96e8eb 100644 --- a/app/test/vesting_test.go +++ b/app/test/vesting_test.go @@ -77,7 +77,7 @@ func (s *VestingModuleTestSuite) SetupSuite() { s.startNewNetworkWithGenesisOpt(genOpts...) } -// NewNetworkWithGenesisOpt creates a new test network with the specified genesis options for the VestingModuleTestSuite. +// startNewNetworkWithGenesisOpt creates a new test network with the specified genesis options for the VestingModuleTestSuite. // It initializes a default Tendermint configuration (tmCfg) and default application configuration (appConf). // The target block time is set to 1 millisecond. It applies the given genesis options. // The function returns the created client context (cctx).