From 47ad9e4c6f313768243a7a382f82df9dc70ee0aa Mon Sep 17 00:00:00 2001 From: Vaibhav Jindal Date: Tue, 12 Sep 2023 16:35:49 +0530 Subject: [PATCH] Rmv:Removed GetVoteOnHash() fn from consensus/bor/api.go --- consensus/bor/api.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/consensus/bor/api.go b/consensus/bor/api.go index 7dd1e8b071..6d72e309e3 100644 --- a/consensus/bor/api.go +++ b/consensus/bor/api.go @@ -341,10 +341,6 @@ func (api *API) GetRootHash(start uint64, end uint64) (string, error) { return root, nil } -func (api *API) GetVoteOnHash(starBlockNr uint64, endBlockNr uint64, hash string, milestoneId string) (bool, error) { - return false, nil -} - func (api *API) initializeRootHashCache() error { var err error if api.rootHashCache == nil {