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

accounts/abi/bind: return error for pending call error #24649

Merged
merged 1 commit into from
Apr 12, 2022

Commits on Apr 6, 2022

  1. abi/base: Return error for pending call error.

    If a pending contract call errors, return that error right away rather
    than ignoring it to allow an error somewhere else. This is helpful for
    callers to know if perhaps a call failed because of the context deadline
    being expired. This change mirrors the behavior of non-pending contract
    calls.
    JoeGruffins committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    0bf5c6e View commit details
    Browse the repository at this point in the history