We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
opsgenie: 588
We're matching response from Ethereumex in our Eth.Client.node_ready/0 and got {:error, :closed} which is not expected in the case statement.
Ethereumex
Eth.Client.node_ready/0
{:error, :closed}
Consider to extend match to {:error, _} -> {:error, :geth_not_listening}
{:error, _} -> {:error, :geth_not_listening}
The text was updated successfully, but these errors were encountered:
souradeep-das
Successfully merging a pull request may close this issue.
opsgenie: 588
We're matching response from
Ethereumex
in ourEth.Client.node_ready/0
and got{:error, :closed}
which is not expected in the case statement.Consider to extend match to
{:error, _} -> {:error, :geth_not_listening}
The text was updated successfully, but these errors were encountered: