File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
test/storage-test/Test/Ouroboros/Storage/LedgerDB Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,6 @@ library
317
317
deepseq,
318
318
diff-containers >= 1.2 ,
319
319
filelock,
320
- filepath,
321
320
fingertree-rm >= 1.0 ,
322
321
fs-api ^>= 0.4 ,
323
322
hashable,
Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ openLedgerDB flavArgs env cfg fs = do
520
520
(snapManager, bss') <- case bss of
521
521
V2. V2Args V2. InMemoryHandleArgs -> pure (InMemory. snapshotManager args, V2. InMemoryHandleEnv )
522
522
V2. V2Args (V2. LSMHandleArgs (V2. LSMArgs path genSalt mkFS)) -> do
523
- (rk1, V2. SomeHasFSAndBlockIO fs' blockio) <- mkFS (lgrRegistry args) " lsm "
523
+ (rk1, V2. SomeHasFSAndBlockIO fs' blockio) <- mkFS (lgrRegistry args)
524
524
session <-
525
525
allocate
526
526
(lgrRegistry args)
You can’t perform that action at this time.
0 commit comments