ccwalletio / tracker

An issue tracker for ccwallet.io feature requests
25 stars 2 forks source link

BUG - Custom TX builder not behaving correctly #138

Open brouwerQ opened 1 year ago

brouwerQ commented 1 year ago

When I try to build a custom tx, it's not doing what I tell it to do. E.g. I want to split an utxo into two utxos with the same destination address and after building the tx, it just creates one utxo with the combined amount. Also if I e.g. want to combine an utxo with little ADA and an NFT and an utxo with more ADA into two utxos, one with more ADA and the NFT and one with little ADA, both with the same destination address, it keeps switching the NFT to the one with more ADA and chances the ADA amounts on both utxos...

MarcelKlammer commented 1 year ago

Thanks for the report. I guess the Token Fragmentation and advanced utxo management interferes here. We might need an option to strictly use the outputs given, even if addresses are used multiple times