Skip to content

Commit

Permalink
Add note about ADP-3355
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Apr 23, 2024
1 parent 524b123 commit aa51ea8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,11 @@ selectAssets pp utxoAssumptions outs' redeemers
) <$> inputs <> collateral
in ( Selection
{ extraInputs = map fst inputs
-- TODO [ADP-3355] Filter out pre-selected inputs here
--
-- The correctness of balanceTx is currently not affected, but
-- it is misleading.
-- https://cardanofoundation.atlassian.net/browse/ADP-3355
, extraCollateral = map fst collateral
, extraOutputs = change
, extraInputScripts = inputScripts
Expand Down

0 comments on commit aa51ea8

Please sign in to comment.