Skip to content

Commit

Permalink
add bang pattern to cdbLoE
Browse files Browse the repository at this point in the history
  • Loading branch information
fraser-iohk committed May 9, 2024
1 parent 98dbae0 commit 16fef94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ data ChainDbEnv m blk = CDB
-- The number of blocks from the future is bounded by the number of
-- upstream peers multiplied by the max clock skew divided by the slot
-- length.
, cdbLoE :: LoE (m (AnchoredFragment (Header blk)))
, cdbLoE :: !(LoE (m (AnchoredFragment (Header blk))))
-- ^ Configure the Limit on Eagerness. If this is 'LoEEnabled', it contains
-- an action that returns the LoE fragment, which indicates the latest rollback
-- point, i.e. we are not allowed to select a chain from which we could not
Expand Down

0 comments on commit 16fef94

Please sign in to comment.