Skip to content

Commit

Permalink
fix(app): remove function with wrong signature
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Apr 23, 2024
1 parent 2e2cee7 commit 62c1d3b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1299,11 +1299,6 @@ func (app *ExocoreApp) GetStakingKeeper() ibctestingtypes.StakingKeeper {
return app.StakingKeeper
}

// GetStakingKeeperSDK implements the TestingApp interface.
func (app *ExocoreApp) GetStakingKeeperSDK() stakingkeeper.Keeper {
return app.StakingKeeper
}

// GetIBCKeeper implements the TestingApp interface.
func (app *ExocoreApp) GetIBCKeeper() *ibckeeper.Keeper {
return app.IBCKeeper
Expand Down

0 comments on commit 62c1d3b

Please sign in to comment.