Skip to content

Commit

Permalink
Merge PR cosmos#7121: Support Event Indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez authored Aug 20, 2020
1 parent e94c3fc commit 9587f8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ func newApp(logger log.Logger, db dbm.DB, traceStore io.Writer, appOpts serverty
baseapp.SetHaltTime(cast.ToUint64(appOpts.Get(server.FlagHaltTime))),
baseapp.SetInterBlockCache(cache),
baseapp.SetTrace(cast.ToBool(appOpts.Get(server.FlagTrace))),
baseapp.SetIndexEvents(cast.ToStringSlice(appOpts.Get(server.FlagIndexEvents))),
)
}

Expand Down

0 comments on commit 9587f8b

Please sign in to comment.