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
317317 deepseq,
318318 diff-containers >= 1.2 ,
319319 filelock,
320- filepath,
321320 fingertree-rm >= 1.0 ,
322321 fs-api ^>= 0.4 ,
323322 hashable,
Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ openLedgerDB flavArgs env cfg fs = do
520520 (snapManager, bss') <- case bss of
521521 V2. V2Args V2. InMemoryHandleArgs -> pure (InMemory. snapshotManager args, V2. InMemoryHandleEnv )
522522 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)
524524 session <-
525525 allocate
526526 (lgrRegistry args)
You can’t perform that action at this time.
0 commit comments