Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfrenk committed Aug 8, 2022
1 parent cf90f65 commit a265f26
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions ouroboros-consensus-test/src/Test/Util/ChainDB.hs
Expand Up @@ -36,8 +36,6 @@ import Ouroboros.Consensus.Block.Abstract
import Test.Util.FS.Sim.MockFS


-- TODO: This already exists in the ThreadNet tests

-- | A vector with an element for each database of a node
--
-- The @db@ type parameter is instantiated by this module at types for mock
Expand All @@ -46,7 +44,7 @@ data NodeDBs db = NodeDBs
{ nodeDBsImm :: db
, nodeDBsVol :: db
, nodeDBsLgr :: db
}
} deriving (Functor, Applicative, Monad)


emptyNodeDBs :: MonadSTM m => m (NodeDBs (StrictTVar m MockFS))
Expand Down Expand Up @@ -100,9 +98,3 @@ mkTestChainDbArgs cfg chunkInfo initLedger registry nodeDBs tracer traceLedger =
, cdbGcInterval = 1
, cdbBlocksToAddSize = 1
}


-- There are a number of fields that deal with validation of blocks:
-- cdbCheckIntegrity
-- cdbVolatileDbValidation
-- cdbImmutableDbValidation

0 comments on commit a265f26

Please sign in to comment.