Skip to content

Commit

Permalink
Try #2552:
Browse files Browse the repository at this point in the history
  • Loading branch information
iohk-bors[bot] authored Mar 5, 2021
2 parents f4d697a + 7d1a632 commit d6a369f
Show file tree
Hide file tree
Showing 19 changed files with 1,257 additions and 566 deletions.
1 change: 1 addition & 0 deletions lib/core/cardano-wallet-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ test-suite unit
, cardano-addresses
, cardano-api
, cardano-crypto
, cardano-numeric
, cardano-wallet-core
, cardano-wallet-launcher
, cardano-wallet-test-utils
Expand Down
2 changes: 2 additions & 0 deletions lib/core/src/Cardano/Wallet.hs
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ import Cardano.Wallet.Primitive.Types.TokenBundle
import Cardano.Wallet.Primitive.Types.Tx
( Direction (..)
, SealedTx (..)
, TokenBundleSizeAssessment (..)
, TransactionInfo (..)
, Tx
, TxChange (..)
Expand Down Expand Up @@ -1403,6 +1404,7 @@ selectAssets ctx (utxo, cp, pending) tx outs transform = do
sel <- performSelection
(calcMinimumCoinValue tl pp)
(calcMinimumCost tl pp tx)
(assessTokenBundleSize tl)
(initSelectionCriteria tl pp tx utxo outs)
liftIO $ traceWith tr $ MsgSelectionDone sel
withExceptT ErrSelectAssetsSelectionError $ except $
Expand Down
Loading

0 comments on commit d6a369f

Please sign in to comment.