Skip to content

Commit

Permalink
Merge pull request #483 from IntersectMBO/mgalazyn/release/cardano-ap…
Browse files Browse the repository at this point in the history
…i-8.40.0.0

Fix for foldEpochState haddock
  • Loading branch information
carbolymer authored Mar 14, 2024
2 parents d77f096 + 1455130 commit 78b5a85
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 78b5a85

Please sign in to comment.