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
Note: This is an issue with the Blocto wallet backend on Flow. I posted this issue here as there is no public repository for Blocto wallet backend.
It appears that Blocto assumes that:
Instead of using keys.last and assuming the key is managed by Blocto, either
keys.last
keys[2]
The text was updated successfully, but these errors were encountered:
Hey, this issue is not releted to this repo and the root cause is from fcl.js onflow/fcl-js#1679. So let's close it for now.
fcl.js
Sorry, something went wrong.
No branches or pull requests
Note:
This is an issue with the Blocto wallet backend on Flow.
I posted this issue here as there is no public repository for Blocto wallet backend.
Reproduce
Issue
It appears that Blocto assumes that:
Fix
Instead of using
keys.last
and assuming the key is managed by Blocto, eitherkeys[2]
(when account was created by Blocto)The text was updated successfully, but these errors were encountered: