Skip to content

Commit

Permalink
Remove todo comment related to retrieving the jsonrpc block (#1961)
Browse files Browse the repository at this point in the history
  • Loading branch information
stana-miric committed Oct 6, 2023
1 parent 6a724be commit 4dacf15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jsonrpc/filter_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,6 @@ func NewFilterManager(logger hclog.Logger, store filterManagerStore, blockRangeL
// start blockstream with the current header
header := store.Header()

//nolint:godox
// TODO: Make Header return jsonrpc.block object directly (to be fixed in EVM-524)
block := toBlock(&types.Block{Header: header}, false)
m.blockStream = newBlockStream(block)

Expand Down

0 comments on commit 4dacf15

Please sign in to comment.