From 5e464d9b9c8347790e53c88059038f0b459fe4a1 Mon Sep 17 00:00:00 2001 From: Matthew Witkowski Date: Thu, 7 Dec 2023 16:17:19 -0500 Subject: [PATCH] Remove commented out code. --- app/app.go | 3 --- app/keepers/keepers.go | 10 ---------- 2 files changed, 13 deletions(-) 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,