When I have a lot of assets in the inputs and have them all directed to the change using add_change_if_needed, the Transaction Builder generates multiple change outputs (to reduce output overflow), but on submitting the transaction, the node complains that one of the change outputs is too small with an Error OutputTooSmallUTxO
recreate:
- generate transaction with
2. inputs that total to many separate assets (about 250 different asset names)
3. single small output of just ADA (no assets)
- use
add_change_if_needed to generate the change outputs
- attempt to submit the transaction to the node