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.
2 parents 2fdfd21 + dbdde2c commit 8926b3eCopy full SHA for 8926b3e
async_substrate_interface/substrate_addons.py
@@ -264,7 +264,7 @@ def __init__(
264
_mock: bool = False,
265
_log_raw_websockets: bool = False,
266
archive_nodes: Optional[list[str]] = None,
267
- ws_shutdown_timer: float = 5.0,
+ ws_shutdown_timer: Optional[float] = 5.0,
268
):
269
fallback_chains = fallback_chains or []
270
archive_nodes = archive_nodes or []
0 commit comments