Skip to content

Commit

Permalink
Improve haddock for nesEL
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed May 7, 2024
1 parent 63ddaf6 commit a6ffcb5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,10 @@ toUTxOStatePairs utxoState@(UTxOState _ _ _ _ _ _) =
-- | New Epoch state and environment
data NewEpochState era = NewEpochState
{ nesEL :: !EpochNo
-- ^ Last epoch
-- ^ Number of the epoch when this NewEpochState was modified last. With respect to
-- block and transactions validation this will always be the current epoch
-- number. However, when it comes to the TICK rule, it will be the epoch number of the
-- previous epoch whenever we are crossing the epoch boundary.
, nesBprev :: !(BlocksMade (EraCrypto era))
-- ^ Blocks made before current epoch
, nesBcur :: !(BlocksMade (EraCrypto era))
Expand Down

0 comments on commit a6ffcb5

Please sign in to comment.