• 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
base_test.go 15.9 KB