-
Notifications
You must be signed in to change notification settings - Fork 440
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
Thread blocked #16
Comments
Can you try to do the same in the "Release" build? I'm pushing a fix for it now, performance of |
I've also backported a fast C implementation of |
@BlueFlicker please, let us know, which version are you using? Is this issue still exists on the current version (1.1.6)? |
Thank you for your answers. I think I used "BIP32Keystore" and not "ethereumstorev3" to create,so it caused this problem. |
|
hello, when I call
contract.method(_ method:, parameters: , extraData: , options: )
, currentThread will be blocked.I don't know why.
The text was updated successfully, but these errors were encountered: