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

wallet balance not accurate #123

Closed
joelinzy opened this issue May 19, 2023 · 1 comment
Closed

wallet balance not accurate #123

joelinzy opened this issue May 19, 2023 · 1 comment

Comments

@joelinzy
Copy link

wallet balance not accurate.

seems to be from dependency on this service for the utxo information:
https://rest.bch.actorforth.org/v2/address/utxo

and the service is not showing accurate information (not synced).

here is an example:
https://blockchair.com/bitcoin-cash/outputs?q=recipient(qzxtfemsxz2qt4av3zj85qgtqa0vpd9sruqf99t9r3),is_spent(false)#

shows 4 utxos

https://rest.bch.actorforth.org/v2/address/utxo/qzxtfemsxz2qt4av3zj85qgtqa0vpd9sruqf99t9r3

shows 1 utxo.

see screenshots:

Screenshot 2023-05-18 at 21 39 18 Screenshot 2023-05-18 at 21 39 53
@merc1er
Copy link
Member

merc1er commented May 21, 2023

This should now be fixed.

https://rest.bch.actorforth.org/v2/address/utxo/qzxtfemsxz2qt4av3zj85qgtqa0vpd9sruqf99t9r3 now shows 4 UTXOs

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