Skip to content

Commit

Permalink
removed legacy subspace from migrator
Browse files Browse the repository at this point in the history
  • Loading branch information
sampocs committed Aug 8, 2023
1 parent 3d19da9 commit 2967e8a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions x/staking/keeper/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ package keeper

import (
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/staking/exported"
v043 "github.com/cosmos/cosmos-sdk/x/staking/legacy/v043"
v3 "github.com/cosmos/cosmos-sdk/x/staking/migrations/v3"
)

// Migrator is a struct for handling in-place store migrations.
type Migrator struct {
keeper Keeper
legacySubspace exported.Subspace
keeper Keeper
}

// NewMigrator returns a new Migrator.
Expand Down

0 comments on commit 2967e8a

Please sign in to comment.