Skip to content

Commit

Permalink
Remove commented out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Witkowski committed Dec 7, 2023
1 parent 51b708f commit 5e464d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,6 @@ func New(
encodingConfig,
)

// set the BaseApp's parameter store
// bApp.SetParamStore(app.ParamsKeeper.Subspace(baseapp.Paramspace).WithKeyTable(paramstypes.ConsensusParamsKeyTable()))

/**** Module Options ****/

// NOTE: we may consider parsing `appOpts` inside module constructors. For the moment
Expand Down
10 changes: 0 additions & 10 deletions app/keepers/keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,16 +200,6 @@ func NewAppKeeper(

appKeepers.GenerateKeys()

/*
configure state listening capabilities using AppOptions
we are doing nothing with the returned streamingServices and waitGroup in this case
*/

// Not applicable
// if _, _, err := streaming.LoadStreamingServices(bApp, appOpts, appCodec, appKeepers.keys); err != nil {
// tmos.Exit(err.Error())
//}

appKeepers.ParamsKeeper = initParamsKeeper(
appCodec,
legacyAmino,
Expand Down

0 comments on commit 5e464d9

Please sign in to comment.