Skip to content

Commit

Permalink
un-needed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Oct 18, 2024
1 parent 9c8458b commit 4b4b26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-interchain/interchain/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func StartChain(installDir, chainCfgFile string, ac *types.AppStartConfig) {
// Save to logs.json file for runtime chain information.
DumpChainsInfoToLogs(installDir, config, chains, connections)

logger.Info("Local-IC API is running on ", zap.String("url", fmt.Sprintf("http://%s:%s", config.Server.Host, config.Server.Port)))
logger.Info("Local-IC API is running", zap.String("url", fmt.Sprintf("http://%s:%s", config.Server.Host, config.Server.Port)))

if err = testutil.WaitForBlocks(ctx, math.MaxInt, chains[0]); err != nil {
// when the network is stopped / killed (ctrl + c), ignore error
Expand Down

0 comments on commit 4b4b26d

Please sign in to comment.