Skip to content

Commit 802bc46

Browse files
committed
update comments
1 parent 1f2b172 commit 802bc46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkg/types/chains/evm/evm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
7474
type LPBlock struct {
7575
BlockHash Hash
7676
LatestBlockNumber int64

pkg/types/relayer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)