From 07debb6b00e0d8024b85c7fdc459806b24463d77 Mon Sep 17 00:00:00 2001 From: Sean King Date: Wed, 10 Aug 2022 13:05:09 +0200 Subject: [PATCH] refactor: remove unused GetHeight fn --- modules/light-clients/07-tendermint/misbehaviour.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/light-clients/07-tendermint/misbehaviour.go b/modules/light-clients/07-tendermint/misbehaviour.go index 3fc237621ab..83b593118c5 100644 --- a/modules/light-clients/07-tendermint/misbehaviour.go +++ b/modules/light-clients/07-tendermint/misbehaviour.go @@ -125,9 +125,3 @@ func validCommit(chainID string, blockID tmtypes.BlockID, commit *tmproto.Commit return nil } - -// TODO: Remove GetHeight() -// GetHeight implements the curret exported.Header interface, to be updated -func (misbehaviour Misbehaviour) GetHeight() exported.Height { - return nil -}