We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b9f96 commit 73db3c9Copy full SHA for 73db3c9
async_substrate_interface/async_substrate.py
@@ -810,7 +810,7 @@ def __init__(
810
max_retries: int = 5,
811
retry_timeout: float = 60.0,
812
_mock: bool = False,
813
- _log_raw_websockets: bool = True, # TODO change this back
+ _log_raw_websockets: bool = False,
814
ws_shutdown_timer: float = 5.0,
815
decode_ss58: bool = False,
816
):
0 commit comments