Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Jun 18, 2021
1 parent f6995b5 commit 93af58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/Cardano/Wallet/Api/Server.hs
Expand Up @@ -2084,7 +2084,7 @@ listStakeKeys'
-- ^ The wallet's UTxO
-> (Address -> Maybe RewardAccount)
-- ^ Lookup the `RewardAccount` of an `Address`.
-> (Set RewardAccount -> m (Map RewardAccount (Maybe Coin)))
-> (Set RewardAccount -> m (Map RewardAccount Coin))
-- ^ A way to fetch the rewards of any set of `RewardAccount`s.
--
-- This allows:
Expand Down

0 comments on commit 93af58d

Please sign in to comment.