remove old comment

This commit is contained in:
Aditya Sripal 2018-07-19 11:36:36 -07:00
parent 5015c46e06
commit 1e87b5e02e
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ var _ abci.Application = (*BaseApp)(nil)
// NOTE: The db is used to store the version number for now.
// Accepts a user-defined txDecoder
// Accepts variable number of option functions, which act on the BaseApp to set configuration choices
// TODO: Rename to NewBaseApp and remove above constructor once auth, wire dependencies removed
func NewBaseApp(name string, logger log.Logger, db dbm.DB, txDecoder sdk.TxDecoder, options ...func(*BaseApp)) *BaseApp {
app := &BaseApp{
Logger: logger,