diff --git a/app/app.go b/app/app.go index 0a0598a3f7..39b62d1277 100644 --- a/app/app.go +++ b/app/app.go @@ -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 diff --git a/app/keepers/keepers.go b/app/keepers/keepers.go index d92b6c6786..1d59cfa59a 100644 --- a/app/keepers/keepers.go +++ b/app/keepers/keepers.go @@ -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,