Skip to content

Commit

Permalink
Merge pull request #443 from IntersectMBO/mgalazyn/fix/fix-haddock
Browse files Browse the repository at this point in the history
Fix haddock in checkLedgerState
  • Loading branch information
carbolymer authored Feb 6, 2024
2 parents d8af5b3 + cd3116f commit a3999d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-api/internal/Cardano/Api/LedgerState.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1873,10 +1873,10 @@ checkLedgerStateCondition
-- ^ Termination epoch
-> s
-- ^ an initial value for the condition state
-> ( AnyNewEpochState -- ^ current epoch state
-> ( AnyNewEpochState
-> State s LedgerStateCondition
)
-- ^ Condition you want to check against the new ledger state.
-- ^ Condition you want to check against the new ledger state. The argument is the current epoch state.
--
--
-- Note: This function can safely assume no rollback will occur even though
Expand Down

0 comments on commit a3999d0

Please sign in to comment.