Skip to content

Commit 7d1bed6

Browse files
committed
Cleanup
1 parent 4a52d65 commit 7d1bed6

File tree

1 file changed

+1
-0
lines changed
  • ouroboros-consensus/src/ouroboros-consensus-lmdb/Ouroboros/Consensus/Storage/LedgerDB/V1/BackingStore/Impl

1 file changed

+1
-0
lines changed

ouroboros-consensus/src/ouroboros-consensus-lmdb/Ouroboros/Consensus/Storage/LedgerDB/V1/BackingStore/Impl/LMDB.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,7 @@ mkLMDBArgs ::
850850
( MonadIOPrim m
851851
, HasLedgerTables (LedgerState blk)
852852
, IOLike m
853+
, IsLedger (LedgerState blk)
853854
) =>
854855
V1.FlushFrequency -> FilePath -> LMDBLimits -> a -> (LedgerDbBackendArgs m blk, a)
855856
mkLMDBArgs flushing lmdbPath limits =

0 commit comments

Comments
 (0)