diff --git a/eth/filters/api.go b/eth/filters/api.go index 14291b3ff915..a2ade8d46669 100644 --- a/eth/filters/api.go +++ b/eth/filters/api.go @@ -287,7 +287,7 @@ func (api *PublicFilterAPI) NewPendingBlockHeaders(ctx context.Context, pendingF } windowEnd = h.Number.Uint64() notifier.Notify(rpcSub.ID, h) - log.Info("Successfully notify the orchestrator", "header", *h, "windowEnd", windowEnd) + log.Info("Successfully notify the orchestrator", "blockNum", h.Number.Uint64(), "windowEnd", windowEnd) case rpcErr := <-rpcSub.Err(): log.Debug("error found in rpc subscription", "error", rpcErr) headersSub.Unsubscribe()