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

update utxo v2 activation response with ticker in balance response #377

Open
shamardy opened this issue Nov 4, 2024 · 1 comment
Open
Labels
KDF 2.2.0-beta P1 Important task which needs to be completed soon

Comments

@shamardy
Copy link

shamardy commented Nov 4, 2024

KDF PR: KomodoPlatform/komodo-defi-framework#2259 (comment)
The balance for UTXO will show as

"balance":{
   "KMD":{
      "spendable":"0",
      "unspendable":"0"
   }
}

instead of

"balance":{
   "spendable":"0",
   "unspendable":"0"
}

Similar to EVM.

@CharlVS
Copy link
Member

CharlVS commented Nov 5, 2024

For anyone referencing this issue: This relates to the task::account_balance::status RPC.

@smk762 smk762 added the P1 Important task which needs to be completed soon label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
KDF 2.2.0-beta P1 Important task which needs to be completed soon
Projects
None yet
Development

No branches or pull requests

3 participants