From 5696438bf04da57d499cc29307be8a08db885f3a Mon Sep 17 00:00:00 2001 From: MSalopek Date: Fri, 13 Oct 2023 11:23:04 +0200 Subject: [PATCH] consumer: rm TestEvidenceKeeper definition --- app/consumer/app.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/consumer/app.go b/app/consumer/app.go index a3a8fafad1..cdfcf17867 100644 --- a/app/consumer/app.go +++ b/app/consumer/app.go @@ -746,11 +746,6 @@ func (app *App) GetTestSlashingKeeper() testutil.TestSlashingKeeper { return app.SlashingKeeper } -// GetTestEvidenceKeeper implements the ConsumerApp interface. -func (app *App) GetTestEvidenceKeeper() testutil.TestEvidenceKeeper { - return app.EvidenceKeeper -} - // TestingApp functions // GetBaseApp implements the TestingApp interface.