Skip to content

Commit 73db3c9

Browse files
committed
TODONE
1 parent 76b9f96 commit 73db3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async_substrate_interface/async_substrate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ def __init__(
810810
max_retries: int = 5,
811811
retry_timeout: float = 60.0,
812812
_mock: bool = False,
813-
_log_raw_websockets: bool = True, # TODO change this back
813+
_log_raw_websockets: bool = False,
814814
ws_shutdown_timer: float = 5.0,
815815
decode_ss58: bool = False,
816816
):

0 commit comments

Comments
 (0)