From 62c1d3b4c58bc2f52d67a26ea10fc744c8d247cd Mon Sep 17 00:00:00 2001 From: MaxMustermann2 <82761650+MaxMustermann2@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:03:16 +0000 Subject: [PATCH] fix(app): remove function with wrong signature --- app/app.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/app.go b/app/app.go index 8d051275c..89acadb4e 100644 --- a/app/app.go +++ b/app/app.go @@ -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