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
In Bitcoin, the balance of an account comes from all the unexpended inputs on their account
Our current implementation only allows creating outgoing Bitcoin transaction using the utxo with the highest value
utxo
value
This becomes a problem if the user wants to use their whole balance, or balance that comes from more than one incoming transaction
The text was updated successfully, but these errors were encountered:
Maybe #49 will fix this, multichain-tools may have support for this
Sorry, something went wrong.
No branches or pull requests
In Bitcoin, the balance of an account comes from all the unexpended inputs on their account
Our current implementation only allows creating outgoing Bitcoin transaction using the
utxo
with the highestvalue
This becomes a problem if the user wants to use their whole balance, or balance that comes from more than one incoming transaction
What needs to be done
The text was updated successfully, but these errors were encountered: