Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FeeTooSmallUTxO error on submit transaction #2990

Open
TanyaMio opened this issue Sep 6, 2022 · 2 comments
Open

FeeTooSmallUTxO error on submit transaction #2990

TanyaMio opened this issue Sep 6, 2022 · 2 comments

Comments

@TanyaMio
Copy link

TanyaMio commented Sep 6, 2022

I am building mint transactions with Native Script using cardano-serialization-lib.
I'm aiming to support 3 wallets in my project: Typhon, Nami and Yoroi. Today I ran into a problem - Yoroi started to return FeeTooSmallUTxO error on transaction submit. I checked if there was any issue with the other wallets and there was none.
I am adding the fee and change with the .add_change_if_needed() function from the library after I have added all the inputs and the mint output.
Since my project is still in early development, I am using Yoroi Nightly (for Testnet). What can be the cause of the problem?

@TanyaMio
Copy link
Author

Unfortunately, no.

@Devard444
Copy link

Has your issues been rectified ? > I am building mint transactions with Native Script using cardano-serialization-lib.

I'm aiming to support 3 wallets in my project: Typhon, Nami and Yoroi. Today I ran into a problem - Yoroi started to return FeeTooSmallUTxO error on transaction submit. I checked if there was any issue with the other wallets and there was none.

I am adding the fee and change with the .add_change_if_needed() function from the library after I have added all the inputs and the mint output.

Since my project is still in early development, I am using Yoroi Nightly (for Testnet). What can be the cause of the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@TanyaMio @Devard444 and others