cardano-client-lib icon indicating copy to clipboard operation
cardano-client-lib copied to clipboard

createFromUtxos(List<Utxo> utxos) Doesn't work properly in Tx Building

Open edridudi opened this issue 3 years ago • 1 comments

Should be deprecated or rather be fixed.

edridudi avatar Jan 20 '23 10:01 edridudi

@edridudi The original intention for this method was for script utxos. So you can claim whole locked amount. But you are right, it creates confusion.

We can deprecate createFromUtxos methods with no change address.

satran004 avatar Jan 23 '23 13:01 satran004