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

Futures are not Send #4

Open
thomaseizinger opened this issue Sep 25, 2019 · 0 comments
Open

Futures are not Send #4

thomaseizinger opened this issue Sep 25, 2019 · 0 comments

Comments

@thomaseizinger
Copy link

The futures returned from all methods are not Send because they are returned as a Box and missing the + Send trait bound.

leviathanbeak added a commit to leviathanbeak/web30 that referenced this issue Jan 28, 2022
* separate JsonRpcError from RequestFailed
* pass by reference
* bump version
* cleanup
* take ownership of the private_key
* fix RequestFailed error message
leviathanbeak added a commit to leviathanbeak/web30 that referenced this issue Jan 28, 2022
* separate JsonRpcError from RequestFailed
* pass by reference
* bump version
* cleanup
* take ownership of the private_key
* fix RequestFailed error message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant