Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Remove unused MissingHeaders method from the Repository interface
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Jun 12, 2019
1 parent 85be90e commit d1c4d50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/shared/factories/event/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
type Repository interface {
Create(headerID int64, models []interface{}) error
MarkHeaderChecked(headerID int64) error
MissingHeaders(startingBlockNumber, endingBlockNumber int64) ([]core.Header, error)
RecheckHeaders(startingBlockNumber, endingBlockNUmber int64) ([]core.Header, error)
SetDB(db *postgres.DB)
}

0 comments on commit d1c4d50

Please sign in to comment.