-
Notifications
You must be signed in to change notification settings - Fork 285
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
Core v3: API response shows 0 confirmations #3758
Comments
2 tasks
Fixed |
Almost forgot about other endpoints. Reopening for now. |
Fixed |
ghost
mentioned this issue
Jun 21, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/api/wallets/<wallet address>/transactions
API endpoint shows 0 confirmations for transactions that should be confirmed, which in result makes Desktop Wallet gray out transactions (eg. showing them as "pending") so you cannot use those funds.Expected Behavior
It should show proper number of confirmations.
Current Behavior
It shows 0 confirmations for transactions that should be confirmed.
Steps to Reproduce (for bugs)
make an API call to
/api/wallets/<wallet address>/transactions
and see the response of transactions it shows 0 for them.The text was updated successfully, but these errors were encountered: