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

Remove use of .wait() #1352

Merged
merged 2 commits into from
Nov 14, 2019
Merged

Remove use of .wait() #1352

merged 2 commits into from
Nov 14, 2019

Conversation

leoyvens
Copy link
Collaborator

This was causing the node to hang at startup if the network_identifiers calls had to retry, for example due to rate limits. Most of the diff is from having to indent the rest of main.

This was causing the node to hang at startup if
the `network_identifiers` calls had to retry,
for example due to rate limits.
node/src/main.rs Outdated
stores_logger,
"Connected to Ethereum";
"network" => &network_name,
"network_version" => &network_identifier.net_version,
Copy link
Contributor

Choose a reason for hiding this comment

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

The indentation here is off.

@leoyvens leoyvens merged commit 3ec0e81 into master Nov 14, 2019
@leoyvens leoyvens deleted the leo/remove-wait-in-main branch November 14, 2019 16:04
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.

None yet

2 participants