-
Notifications
You must be signed in to change notification settings - Fork 989
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
owner_api panics with refresh argument #2105
Labels
Comments
Same here:
|
I'll take care of it |
It's caused by changes in Tokio, most probably tokio-rs/tokio@7b5ef61 |
hashmap
added a commit
to cyclefortytwo/grin
that referenced
this issue
Dec 11, 2018
This is a tmp fix for mimblewimble#2105, the current version of tokio doesn't allow to call `block_on` on Runtime inside another Runtime. In our case we do it to call API client from API handler. At the moment we switch to old version of tokio and will implement a proper fix a bit later
hashmap
added a commit
to cyclefortytwo/grin
that referenced
this issue
Dec 11, 2018
This is a tmp fix for mimblewimble#2105, the current version of tokio doesn't allow to call `block_on` on Runtime inside another Runtime. In our case we do it to call API client from API handler. At the moment we switch to old version of tokio and will implement a proper fix a bit later
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
panics the
grin wallet owner_api
The same error comes up with othen owner_api calls whenever the
refresh
argument is present.The text was updated successfully, but these errors were encountered: