Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
gitferry committed Dec 13, 2024
1 parent 957bdd8 commit fee6878
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions testutil/btcstaking-helper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ type Helper struct {

FinalityKeeper *fkeeper.Keeper
FMsgServer ftypes.MsgServer
StateStore store.CommitMultiStore

BTCLightClientKeeper *types.MockBTCLightClientKeeper
BTCCheckpointKeeper *types.MockBtcCheckpointKeeper
Expand Down Expand Up @@ -98,8 +97,6 @@ func NewHelper(
FinalityKeeper: fk,
FMsgServer: fMsgSrvr,

StateStore: stateStore,

BTCLightClientKeeper: btclcKeeper,
BTCCheckpointKeeper: btccKeeper,
CheckpointingKeeper: ckptKeeper,
Expand Down
3 changes: 1 addition & 2 deletions x/finality/keeper/power_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import (
"context"
"fmt"

"github.com/cosmos/cosmos-sdk/runtime"

"cosmossdk.io/store/prefix"
"github.com/cosmos/cosmos-sdk/runtime"
sdk "github.com/cosmos/cosmos-sdk/types"

bbn "github.com/babylonlabs-io/babylon/types"
Expand Down

0 comments on commit fee6878

Please sign in to comment.