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

Veriblock address has incorrect balance on explorer #403

Open
Leonardiae opened this issue May 6, 2022 · 1 comment
Open

Veriblock address has incorrect balance on explorer #403

Leonardiae opened this issue May 6, 2022 · 1 comment

Comments

@Leonardiae
Copy link

Leonardiae commented May 6, 2022

According to the explorer address V6HsDjSXtFF67365SNtZDqdUrsJN5F has a different (even negative) balance than the balance on the blockchain:

Explorer:
https://explore.veriblock.org/address/V6HsDjSXtFF67365SNtZDqdUrsJN5F
image

Nodecore:

getbalance V6HsDjSXtFF67365SNtZDqdUrsJN5F
{
  "confirmed": [
    {
      "address": "V6HsDjSXtFF67365SNtZDqdUrsJN5F",
      "totalAmount": "0.26383806",
      "unlockedAmount": "0.26383806",
      "lockedAmount": "0.00000000"
    }
  ],
  "total_confirmed": "0.26383806",
  "unconfirmed": [
    {
      "address": "V6HsDjSXtFF67365SNtZDqdUrsJN5F",
      "amount": "0.00000000"
    }
  ],
  "total_unconfirmed": "0.00000000"
}
@Warchant
Copy link
Collaborator

Warchant commented May 6, 2022

@IsmaelAznarCarmona this issue is not part of BTCSQ/alt-cpp. It is in VBK explorer.
@timstall should review

@Warchant Warchant removed their assignment May 6, 2022
@timstall timstall moved this from Backlog to Triaged in Proof-of-Proof May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triaged
Development

No branches or pull requests

3 participants