• JoeGruffins's avatar
    abi/base: return error for pending call error (#24649) · eb69f490
    JoeGruffins authored
    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.
    eb69f490
Name
Last commit
Last update
..
backends Loading commit data...
auth.go Loading commit data...
backend.go Loading commit data...
base.go Loading commit data...
base_test.go Loading commit data...
bind.go Loading commit data...
bind_test.go Loading commit data...
template.go Loading commit data...
util.go Loading commit data...
util_test.go Loading commit data...