We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0be9c commit 0376457Copy full SHA for 0376457
ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/Storage/LedgerDB/V2/LSM.hs
@@ -310,7 +310,7 @@ implTakeSnapshot ccfg tracer hasFS suffix st = case pointToWithOriginRealPoint (
310
NotOrigin t -> do
311
let number = unSlotNo (realPointSlot t)
312
snapshot = DiskSnapshot number suffix
313
- diskSnapshots <- listSnapshots undefined -- hasFS
+ diskSnapshots <- defaultListSnapshots hasFS
314
if List.any (== DiskSnapshot number suffix) diskSnapshots
315
then
316
return Nothing
0 commit comments