File tree Expand file tree Collapse file tree 3 files changed +58
-250
lines changed
ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/Storage/ChainDB Expand file tree Collapse file tree 3 files changed +58
-250
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,6 @@ openDBInternal args launchBgTasks = runWithTempRegistry $ do
144
144
traceWith tracer $ TraceOpenEvent OpenedLgrDB
145
145
146
146
varInvalid <- newTVarIO (WithFingerprint Map. empty (Fingerprint 0 ))
147
- varFutureBlocks <- newTVarIO Map. empty
148
147
149
148
let initChainSelTracer = contramap TraceInitChainSelEvent tracer
150
149
@@ -157,8 +156,6 @@ openDBInternal args launchBgTasks = runWithTempRegistry $ do
157
156
initChainSelTracer
158
157
(Args. cdbsTopLevelConfig cdbSpecificArgs)
159
158
varInvalid
160
- varFutureBlocks
161
- (Args. cdbsCheckInFuture cdbSpecificArgs)
162
159
(void initialLoE)
163
160
traceWith initChainSelTracer InitialChainSelected
164
161
@@ -197,9 +194,7 @@ openDBInternal args launchBgTasks = runWithTempRegistry $ do
197
194
, cdbGcDelay = Args. cdbsGcDelay cdbSpecificArgs
198
195
, cdbGcInterval = Args. cdbsGcInterval cdbSpecificArgs
199
196
, cdbKillBgThreads = varKillBgThreads
200
- , cdbCheckInFuture = Args. cdbsCheckInFuture cdbSpecificArgs
201
197
, cdbChainSelQueue = chainSelQueue
202
- , cdbFutureBlocks = varFutureBlocks
203
198
, cdbLoE = Args. cdbsLoE cdbSpecificArgs
204
199
}
205
200
h <- fmap CDBHandle $ newTVarIO $ ChainDbOpen env
You can’t perform that action at this time.
0 commit comments