Skip to content

Commit

Permalink
Remove invalid log (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
atif-konasl authored Nov 26, 2021
1 parent fbff056 commit 1a6ca8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/filters/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1a6ca8a

Please sign in to comment.