Skip to content

Commit bbaf299

Browse files
authored
Merge branch 'feat/thewhaleking/retry-archive-node-support' into feat/thewhaleking/new-websockets-option
2 parents e592660 + 1ebb466 commit bbaf299

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bittensor/core/subtensor_api/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ class SubtensorApi:
3030
log_verbose: Enables or disables verbose logging.
3131
mock: Whether this is a mock instance. Mainly just for use in testing.
3232
archive_endpoints: Similar to fallback_endpoints, but specifically only archive nodes. Will be used in cases
33-
where you are requesting a block that is too old for your current (presumably lite) node. Defaults to
34-
`None`
33+
where you are requesting a block that is too old for your current (presumably lite) node. Defaults to `None`
3534
websocket_shutdown_timer: Amount of time, in seconds, to wait after the last response from the chain to close
3635
the connection. Only applicable to AsyncSubtensor.
3736

0 commit comments

Comments
 (0)