Skip to content

Commit

Permalink
Fix haddocks
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Mar 14, 2024
1 parent a6733d0 commit 1455130
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cardano-api/internal/Cardano/Api/LedgerState.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1874,12 +1874,15 @@ foldEpochState
-> s
-- ^ an initial value for the condition state
-> ( AnyNewEpochState
-> SlotNo -- ^ Current (not necessarily the tip) slot number
-> BlockNo -- ^ Current (not necessarily the tip) block number
-> SlotNo
-> BlockNo
-> StateT s IO LedgerStateCondition
)
-- ^ Condition you want to check against the new epoch state.
--
-- 'SlotNo' - Current (not necessarily the tip) slot number
--
-- 'BlockNo' - Current (not necessarily the tip) block number
--
-- Note: This function can safely assume no rollback will occur even though
-- internally this is implemented with a client protocol that may require
Expand Down

0 comments on commit 1455130

Please sign in to comment.