Skip to content

Commit

Permalink
chore: rm stale method on expected UpgradeKeeper interface (cosmos#6062)
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan authored Mar 26, 2024
1 parent 1323a73 commit 2555a7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/core/02-client/types/expected_keepers.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ type StakingKeeper interface {

// UpgradeKeeper expected upgrade keeper
type UpgradeKeeper interface {
ClearIBCState(ctx context.Context, lastHeight int64) error
GetUpgradePlan(ctx context.Context) (plan upgradetypes.Plan, err error)
GetUpgradedClient(ctx context.Context, height int64) ([]byte, error)
SetUpgradedClient(ctx context.Context, planHeight int64, bz []byte) error
Expand Down

0 comments on commit 2555a7c

Please sign in to comment.