File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ type LPFilterQuery struct {
7070}
7171
7272// matches LP Block
73- // ths block shows the :atest ,Finalized,Safe blocks from LogPoller's perspective
73+ // ths block shows the Latest ,Finalized,Safe blocks from LogPoller's perspective
7474type LPBlock struct {
7575 BlockHash Hash
7676 LatestBlockNumber int64
Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ type EVMService interface {
190190 QueryTrackedLogs (ctx context.Context , filterQuery []query.Expression ,
191191 limitAndSort query.LimitAndSort , confidenceLevel primitives.ConfidenceLevel ) ([]* evm.Log , error )
192192
193+ // GetLatestLPBlock retrieves current LatestBlock from cache perspective
193194 GetLatestLPBlock (ctx context.Context ) (* evm.LPBlock , error )
194195
195196 // GetFiltersNames returns all registered filters' names for later pruning
You can’t perform that action at this time.
0 commit comments