Skip to content

Commit

Permalink
refactor: use stream
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 16, 2025
1 parent a1eed98 commit a0bff5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape_ethereum/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ def _eth_call(

arguments[0] = txn_dict
try:
result = self.make_request("eth_call", arguments)
result = self.stream_request("eth_call", arguments)
except Exception as err:
contract_address = arguments[0].get("to")
_lazy_call_trace = _LazyCallTrace(arguments)
Expand Down

0 comments on commit a0bff5d

Please sign in to comment.