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

Balances. Transferable calculates wrong for transfers. #2506

Open
stepanLav opened this issue Oct 18, 2024 · 1 comment
Open

Balances. Transferable calculates wrong for transfers. #2506

stepanLav opened this issue Oct 18, 2024 · 1 comment
Assignees
Labels
Bug Issues & PRs that addressing a bug

Comments

@stepanLav
Copy link
Member

Description

For account - FLVFEaY1oa7tAqfqh6gCb1q9RGuFHS1pkvAsAF7wwWUTFxY on Kusama

system.balances:

{
  nonce: 500
  consumers: 1
  providers: 1
  sufficients: 0
  data: {
    free: 57,877,239,196,917
    reserved: 3,359,733,303,600
    frozen: 58,000,000,000,000
    flags: 170,141,183,460,469,231,731,687,363,818,706,470,870
  }
}

Transferable balance should be - 3.2369 KSM
free - (frozen - reserved)

In the app it's - 0 KSM

Screenshot 2024-10-18 at 13 11 07

Environment

Release v1.11.1

@stepanLav stepanLav added the Bug Issues & PRs that addressing a bug label Oct 18, 2024
@stepanLav stepanLav assigned pgolovkin and unassigned pgolovkin Oct 18, 2024
@pgolovkin
Copy link
Collaborator

@tuul-wq please fix with #1794

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues & PRs that addressing a bug
Projects
Status: Ready for Test
Development

No branches or pull requests

3 participants