Skip to content

Commit

Permalink
fix: remove unecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
snobbee committed Nov 6, 2023
1 parent 8cb83c0 commit 0f064e0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions testutil/keeper/clp.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ import (
"github.com/Sifchain/sifnode/x/clp/keeper"
"github.com/Sifchain/sifnode/x/clp/types"

// tmdb "github.com/cometbft/cometbft-db"
tmdb "github.com/tendermint/tm-db"
// "github.com/cometbft/cometbft/libs/log"
"github.com/tendermint/tendermint/libs/log"
// tmproto "github.com/cometbft/cometbft/proto/tendermint/types"
"github.com/cosmos/cosmos-sdk/codec"
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
"github.com/cosmos/cosmos-sdk/store"
Expand All @@ -19,7 +14,9 @@ import (
mintkeeper "github.com/cosmos/cosmos-sdk/x/mint/keeper"
typesparams "github.com/cosmos/cosmos-sdk/x/params/types"
"github.com/stretchr/testify/require"
"github.com/tendermint/tendermint/libs/log"
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"
tmdb "github.com/tendermint/tm-db"
)

func ClpKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) {
Expand All @@ -44,7 +41,6 @@ func ClpKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) {
k := keeper.NewKeeper(
cdc,
storeKey,
// memStoreKey,
nil,
nil,
nil,
Expand Down

0 comments on commit 0f064e0

Please sign in to comment.