Skip to content

Commit aa11c47

Browse files
committed
Do not close resources when interrupting initialization
1 parent 467dfa9 commit aa11c47

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ mkInitDb args getBlock snapManager res = do
8989
res
9090
, abortLedgerDbInit = \ls -> do
9191
closeLedgerSeq ls
92-
releaseResources (Proxy @blk) res
9392
, initReapplyBlock = \a b c -> do
9493
(x, y) <- reapplyThenPush lgrRegistry a b c
9594
x

0 commit comments

Comments
 (0)