Skip to content

Commit

Permalink
Change FetchInitialMaxFinalizedBlockNumber interface (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav committed Jun 20, 2023
1 parent 31dec21 commit bbcb3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reportingplugins/mercury/mercury.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ type ReportCodec interface {
type Fetcher interface {
// FetchInitialMaxFinalizedBlockNumber should fetch the initial max
// finalized block number from the mercury server.
FetchInitialMaxFinalizedBlockNumber(context.Context) (int64, error)
FetchInitialMaxFinalizedBlockNumber(context.Context) (*int64, error)
}

type Transmitter interface {
Expand Down

0 comments on commit bbcb3a9

Please sign in to comment.