Commit e7562f4a authored by inphi's avatar inphi

remove TODO comment

parent 37f3fb86
...@@ -95,10 +95,6 @@ func FaultProofProgram(logger log.Logger, cfg *config.Config) error { ...@@ -95,10 +95,6 @@ func FaultProofProgram(logger log.Logger, cfg *config.Config) error {
routeHints(logger, hHost, hinter) routeHints(logger, hHost, hinter)
launchOracleServer(logger, oracleServer, getPreimage) launchOracleServer(logger, oracleServer, getPreimage)
// TODO(CLI-XXX): This is a hack to wait for the oracle server and hint router to begin polling for requests
// before the program starts. This should be replaced with a more robust solution.
//time.Sleep(time.Second * 1)
return cl.ClientProgram( return cl.ClientProgram(
logger, logger,
cfg.Rollup, cfg.Rollup,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment