Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Apr 23, 2024
1 parent 1e2529a commit 394ef9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/chainsimulator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ func fetchConfigs(skipDownload bool, cfg config.Config, nodeConfigs, proxyConfig
return errors.New("cannot read build info")
}
if skipDownload {
log.Warn(`flag "skip-configs-download" has been provided, if the configs are missing, them simulator will not start`)
log.Warn(`flag "skip-configs-download" has been provided, if the configs are missing, then simulator will not start`)
return nil
}

Expand Down

0 comments on commit 394ef9d

Please sign in to comment.