Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Apr 24, 2023
1 parent 45e63f4 commit b5e1280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ func New(
interfaceRegistry := encodingConfig.InterfaceRegistry

if cast.ToBool(appOpts.Get(FlagMemIAVL)) {
// cms must be overriden before the other options, because they may use the cms,
// cms must be overridden before the other options, because they may use the cms,
// FIXME we are assuming the cms won't be overridden by the other options, but we can't be sure.
cms := rootmulti.NewStore(filepath.Join(homePath, "data", "memiavl.db"), logger)
baseAppOptions = append([]func(*baseapp.BaseApp){setCMS(cms)}, baseAppOptions...)
Expand Down

0 comments on commit b5e1280

Please sign in to comment.