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

get_address_info method not including unconfirmed unspent outputs #136

Open
canuplsnot opened this issue Aug 10, 2023 · 1 comment
Open

Comments

@canuplsnot
Copy link

Here's my issue:

I use the get_address_info method to select the unspent outputs that I want to include in an outgoing transaction.
When I try sending several transactions within a short period, they begin to fail due to insufficient output values.
This I believe is due to the fact that change outputs (which are being forwarded back to the sender address) are still unconfirmed from previous transactions and are not being included in subsequent calls via get_address_info.
Even when I set the confirmations flag to 0 (which I notice is also the default value) they are not being included.
However when I use a different API provider, the issue is not present.
Furthermore, when I wait for unconfirmed transactions to confirm, there are no issues with gathering sufficient outputs.

Has anyone encountered similar?

@masilaxarxfa
Copy link

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

2 participants