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

Bitcoin address showing wrong balance? #3841

Closed
softsimon opened this issue Jun 7, 2023 · 1 comment
Closed

Bitcoin address showing wrong balance? #3841

softsimon opened this issue Jun 7, 2023 · 1 comment
Assignees
Labels
bug Something isn't working mempool/electrs related to production backend

Comments

@softsimon
Copy link
Member

softsimon commented Jun 7, 2023

The following address has a below zero value. Basically Electrs is reporting more spent than received. What happened?

{
    "address": "38A4VFuFs95QaxTPUec9jEVqW5rFE7z7jx",
    "chain_stats": {
        "funded_txo_count": 70,
        "funded_txo_sum": 6092865,
        "spent_txo_count": 78,
        "spent_txo_sum": 6215351,
        "tx_count": 56
    },
}

https://mempool.space/address/38A4VFuFs95QaxTPUec9jEVqW5rFE7z7jx

Screenshot 2023-06-07 at 17 45 39
@softsimon softsimon added bug Something isn't working mempool/electrs related to production backend labels Jun 7, 2023
@mononaut
Copy link
Collaborator

mononaut commented Jun 7, 2023

see mempool/electrs#11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mempool/electrs related to production backend
Projects
None yet
Development

No branches or pull requests

3 participants