Skip to content

Commit e61c9af

Browse files
committed
Docstring.
1 parent d5669e3 commit e61c9af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bittensor/core/subtensor_api/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ class SubtensorApi:
2929
retry_forever: Whether to retry forever on connection errors. Defaults to `False`.
3030
log_verbose: Enables or disables verbose logging.
3131
mock: Whether this is a mock instance. Mainly just for use in testing.
32+
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`
3235
3336
Example:
3437
# sync version

0 commit comments

Comments
 (0)