We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Account
Some people have reported bug when querying for the comx key balances throwing the following error message
comx key balances
│ │ substrate = <substrateinterface.base.SubstrateInterface object at │ │ │ │ 0xffffa240f370> │ │ │ ╰──────────────────────────────────────────────────────────────────────────╯ │ ╰──────────────────────────────────────────────────────────────────────────────╯ KeyError: 'Account'
We are investigating the cause of this problem, currently seems like the node might be causing an issue. Feedback is appreciated !
The text was updated successfully, but these errors were encountered:
3de8409 aims to fix the bug. But preferably a better solution should be adopted
Sorry, something went wrong.
We investigated this bug further and now working on a more sustainable approach in the branch: refactor/ThreadSafety
@PsicoThePato document the eventual solution plz
Merge pull request #29 from Bakobiibizo/invalid-key-format
aa8ebd0
Issue #11 - Invalid key type
steinerkelvin
No branches or pull requests
Background
Some people have reported bug when querying for the
comx key balances
throwing the following error messageWe are investigating the cause of this problem, currently seems like the node might be causing an issue.
Feedback is appreciated !
The text was updated successfully, but these errors were encountered: