Skip to content

Commit

Permalink
Remove redundant comment.
Browse files Browse the repository at this point in the history
In response to review feedback:

#1847 (comment)
  • Loading branch information
jonathanknowles committed Jul 9, 2020
1 parent 26ee5e4 commit b659012
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/shelley/src/Cardano/Wallet/Shelley/Pools.hs
Expand Up @@ -237,9 +237,6 @@ combineDbAndLsqData sp =
fmap fromIntegral . poolPledge . registrationCert <$> dbData
, Api.margin =
Quantity . poolMargin . registrationCert <$> dbData
-- TODO: Report the actual retirement status of a pool.
-- For the moment, we always report that a pool will never retire.
-- See https://github.com/input-output-hk/cardano-wallet/milestone/89
, Api.retirement =
toApiEpochInfo . retiredIn <$> (retirementCert =<< dbData)
}
Expand Down

0 comments on commit b659012

Please sign in to comment.