diff --git a/pkg/reportingplugins/mercury/mercury.go b/pkg/reportingplugins/mercury/mercury.go index 277572c944a..40af5044415 100644 --- a/pkg/reportingplugins/mercury/mercury.go +++ b/pkg/reportingplugins/mercury/mercury.go @@ -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 {