Skip to content

Commit

Permalink
hlint
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed May 29, 2023
1 parent f0561b9 commit 9f4cfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wallet/src/Cardano/Wallet.hs
Expand Up @@ -1334,7 +1334,7 @@ readRewardAccount db = do
SharedWallet -> do
let path = stakeDerivationPath $ Shared.derivationPrefix walletState
case Shared.rewardAccountKey walletState of
Just rewardAcct -> pure $ (rewardAcct, Nothing, path)
Just rewardAcct -> pure (rewardAcct, Nothing, path)
Nothing -> throwIO $ ExceptionReadRewardAccount ErrReadRewardAccountMissing

readWalletCheckpoint
Expand Down

0 comments on commit 9f4cfc7

Please sign in to comment.