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

Fixed wrong import for event loop in separate thread #1010

Merged
merged 1 commit into from
Aug 20, 2018

Conversation

AntoineRondelet
Copy link
Contributor

@AntoineRondelet AntoineRondelet commented Aug 20, 2018

What was wrong?

It looks like import sleep is used instead of import time in the filters.rst file for the event loop in a separate thread.

How was it fixed?

I changed to import time.
Moreover, while this example is an extended version of the previous one, I added the import asyncio and the block_filter to make it work.

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

Copy link
Contributor

@dylanjw dylanjw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dylanjw dylanjw merged commit 6ffc959 into ethereum:master Aug 20, 2018
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

Successfully merging this pull request may close these issues.

2 participants