Skip to content

Commit

Permalink
BlockFetch client test: remove in-future check todo
Browse files Browse the repository at this point in the history
The handling of blocks from the future in the ChainDB was removed in
#1269.
  • Loading branch information
amesgen committed Nov 22, 2024
1 parent 88202cb commit 3f01af4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ runBlockFetchTest BlockFetchClientTestSetup{..} = withRegistry \registry -> do
, mcdbRegistry = registry
, mcdbNodeDBs = nodeDBs
}
-- TODO: Test with more interesting behaviour for cdbCheckInFuture
pure $ ChainDB.updateTracer cdbTracer args
(_, (chainDB, ChainDBImpl.Internal{intAddBlockRunner})) <-
allocate
Expand Down

0 comments on commit 3f01af4

Please sign in to comment.