Skip to content

Commit

Permalink
tmp: introduce compilation failure in Cardano.Wallet module
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Dec 2, 2022
1 parent 1f2a5f2 commit 7a50b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wallet/src/Cardano/Wallet.hs
Expand Up @@ -838,7 +838,7 @@ readWallet
-> ExceptT ErrNoSuchWallet IO
(Wallet s, (WalletMetadata, WalletDelegation), Set Tx)
readWallet ctx wid = db & \DBLayer{..} -> mapExceptT atomically $ do
cp <- withNoSuchWallet wid $ readCheckpoint wid
cp0 <- withNoSuchWallet wid $ readCheckpoint wid
meta <- withNoSuchWallet wid $ readWalletMeta wid
pending <- lift $ readTxHistory wid Nothing Descending wholeRange (Just Pending)
pure (cp, meta, Set.fromList (fromTransactionInfo <$> pending))
Expand Down

0 comments on commit 7a50b30

Please sign in to comment.