mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Rmv:Removed GetVoteOnHash() fn from consensus/bor/api.go
This commit is contained in:
parent
43d54c4456
commit
47ad9e4c6f
1 changed files with 0 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue