From 20950c1052979775690fe3c7e17f5bfed55ece9a Mon Sep 17 00:00:00 2001 From: aljo242 Date: Fri, 29 Oct 2021 11:34:49 -0400 Subject: [PATCH] format --- app/app.go | 1 - x/pylons/client/cli/easel_test.go | 1 - x/pylons/keeper/params.go | 1 - 3 files changed, 3 deletions(-) diff --git a/app/app.go b/app/app.go index 8087247591..d48d1a20c4 100644 --- a/app/app.go +++ b/app/app.go @@ -411,7 +411,6 @@ func New( epochsModule := epochsmodule.NewAppModule(appCodec, app.EpochsKeeper) - pylonsModule := pylonsmodule.NewAppModule(appCodec, app.PylonsKeeper, app.BankKeeper) /**** Module Options ****/ diff --git a/x/pylons/client/cli/easel_test.go b/x/pylons/client/cli/easel_test.go index 61d977cdf2..93d590aa3b 100644 --- a/x/pylons/client/cli/easel_test.go +++ b/x/pylons/client/cli/easel_test.go @@ -358,4 +358,3 @@ func mintNFT2(t *testing.T, simInfo *easelBasicSim) { // b, _ := json.MarshalIndent(recResp.Recipe, " ", " ") // fmt.Println(string(b)) } - diff --git a/x/pylons/keeper/params.go b/x/pylons/keeper/params.go index 89f26d4be6..e9962de922 100644 --- a/x/pylons/keeper/params.go +++ b/x/pylons/keeper/params.go @@ -87,7 +87,6 @@ func (k Keeper) EngineVersion(ctx sdk.Context) (res uint64) { return } - // GetParams returns the total set of pylons parameters. func (k Keeper) GetParams(ctx sdk.Context) (params types.Params) { k.paramSpace.GetParamSet(ctx, ¶ms)