cardano-serialization-lib
cardano-serialization-lib copied to clipboard
Got MIN_UTXO_ERROR while building the transaction if user have too many NFTs
I Got MIN_UTXO_ERROR while building the transaction if the user has too many NFTs
Is there any solution or has anyone faced it?
Doing what call? What is the actual error text?
"Value {} less than the minimum UTXO value {}"
Hi @eric248550 ! Do you still have that error ? Could you tell how you got it ?
@nicolasayotte Yes the error is like this, I suspect the old version CSL version have fee calculation issue when the user's UTXO big
@lisicky it's min fee error, just increase the transaction fee it will solve
@eric248550 You have the error only with a old CSL version, is it correct ? Could you tell what CSL version you use ?
v9 have calculation error, using v10 works fine
@eric248550 Thanks for your answer! : )