Skip to content

Commit d800d78

Browse files
Update json_rpc_base.py
Co-authored-by: Chenna Keshava B S <[email protected]>
1 parent d69d73b commit d800d78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xrpl/asyncio/clients/json_rpc_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def __init__(
3636
headers: Optional default headers for all requests (e.g. API key or Dhali payment-claim).
3737
"""
3838
super().__init__(url, headers=headers)
39-
self.headers = headers or {}
4039
async def _request_impl(
4140
self: Self,
4241
request: Request,

0 commit comments

Comments
 (0)