Skip to content

Commit

Permalink
hlint
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed May 30, 2023
1 parent b93aa54 commit 807349f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wallet/src/Cardano/Wallet.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,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 807349f

Please sign in to comment.