Skip to content

Veriblock address has incorrect balance on explorer #403

Description

@Leonardiae

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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Triaged

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions