Skip to content

Commit

Permalink
Update src/solana/rpc/api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhly authored Dec 12, 2024
1 parent aa7795c commit 7feb2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solana/rpc/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Client(_ClientCore): # pylint: disable=too-many-public-methods
commitment: Default bank state to query. It can be either "finalized", "confirmed" or "processed".
timeout: HTTP request timeout in seconds.
extra_headers: Extra headers to pass for HTTP request.
proxy: Proxy to pass for HTTP request.
proxy: Proxy URL to pass to the HTTP client.
"""

def __init__(
Expand Down

0 comments on commit 7feb2e5

Please sign in to comment.