Skip to content

Commit

Permalink
adds a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Sep 19, 2024
1 parent 3eca59d commit 861309f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ func (app *App) Info(req abci.RequestInfo) abci.ResponseInfo {
}

// InitChain implements the ABCI interface. This method is a wrapper around
// baseapp's InitChain so we can take the app version and setup the multicommit
// baseapp's InitChain so that we can take the app version and setup the multicommit
// store.
//
// Side-effect: calls baseapp.Init()
Expand All @@ -566,6 +566,7 @@ func (app *App) InitChain(req abci.RequestInitChain) (res abci.ResponseInitChain
app.SetInitialAppVersionInConsensusParams(ctx, appVersion)
app.SetAppVersion(ctx, appVersion)
}
// TODO return timeouts as well
return res
}

Expand Down

0 comments on commit 861309f

Please sign in to comment.