Skip to content

Commit f72c973

Browse files
author
egonspace
committed
chore: add meaningless modification to enable codecov action
1 parent 29efe2e commit f72c973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simapp/simd/cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ func (a appCreator) newApp(logger log.Logger, db tmdb.DB, traceStore io.Writer,
194194
baseapp.SetMinRetainBlocks(cast.ToUint64(appOpts.Get(server.FlagMinRetainBlocks))),
195195
baseapp.SetInterBlockCache(cache),
196196
baseapp.SetIAVLCacheManager(cast.ToInt(appOpts.Get(server.FlagIAVLCacheSize))),
197-
baseapp.SetTrace(cast.ToBool(appOpts.Get(server.FlagTrace))),
198197
baseapp.SetIndexEvents(cast.ToStringSlice(appOpts.Get(server.FlagIndexEvents))),
198+
baseapp.SetTrace(cast.ToBool(appOpts.Get(server.FlagTrace))),
199199
baseapp.SetSnapshotStore(snapshotStore),
200200
baseapp.SetSnapshotInterval(cast.ToUint64(appOpts.Get(server.FlagStateSyncSnapshotInterval))),
201201
baseapp.SetSnapshotKeepRecent(cast.ToUint32(appOpts.Get(server.FlagStateSyncSnapshotKeepRecent))),

0 commit comments

Comments
 (0)