Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tradingstrategy-ai/web3-ethereum-…
Browse files Browse the repository at this point in the history
…defi
  • Loading branch information
miohtama committed May 3, 2024
2 parents 52258d8 + c7b1660 commit 8b95bdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eth_defi/event_reader/fast_json_rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@ def _make_request(self, method: RPCEndpoint, params: Any) -> RPCResponse:
logger.error(
"Unexpected decode RPC response error: %s, current provider ID is %s",
str(e),
raw_response.headers.get("x-drpc-trace-id", ""),
raw_response.headers.get("x-drpc-provider-id", ""),
extra={"response_headers": raw_response.headers},
)
logger.exception(e)
raise


Expand Down

0 comments on commit 8b95bdf

Please sign in to comment.