We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, an Insufficient funds for fees error is thrown when the change amount is below dust threshold which is confusing to the user:
Insufficient funds for fees
gdk/src/ga_tx.cpp
Line 566 in c3a77be
If this condition is true and no more utxos are available, a proper error should be thrown:
Line 535 in c3a77be
E.g. Change is below dust threshold
Change is below dust threshold
The text was updated successfully, but these errors were encountered:
Hi @jackstar12, thanks for reporting.
This will be fixed in release 0.73.4 which will include this WIP branch with the fix: https://github.com/Blockstream/gdk/tree/dusty_fee the fix is now in master.
Note the error text will be "Fee change below the dust threshold".
"Fee change below the dust threshold"
Sorry, something went wrong.
Fixed in release https://github.com/Blockstream/gdk/releases/tag/release_0.73.4
No branches or pull requests
Currently, an
Insufficient funds for fees
error is thrown when the change amount is below dust threshold which is confusing to the user:gdk/src/ga_tx.cpp
Line 566 in c3a77be
If this condition is true and no more utxos are available, a proper error should be thrown:
gdk/src/ga_tx.cpp
Line 535 in c3a77be
E.g.
Change is below dust threshold
The text was updated successfully, but these errors were encountered: