Skip to content

Commit 0376457

Browse files
committed
Define an undefined
1 parent bd0be9c commit 0376457

File tree

1 file changed

+1
-1
lines changed
  • ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/Storage/LedgerDB/V2

1 file changed

+1
-1
lines changed

ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/Storage/LedgerDB/V2/LSM.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ implTakeSnapshot ccfg tracer hasFS suffix st = case pointToWithOriginRealPoint (
310310
NotOrigin t -> do
311311
let number = unSlotNo (realPointSlot t)
312312
snapshot = DiskSnapshot number suffix
313-
diskSnapshots <- listSnapshots undefined -- hasFS
313+
diskSnapshots <- defaultListSnapshots hasFS
314314
if List.any (== DiskSnapshot number suffix) diskSnapshots
315315
then
316316
return Nothing

0 commit comments

Comments
 (0)