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 952d956 commit 1ebb466Copy full SHA for 1ebb466
bittensor/core/subtensor_api/__init__.py
@@ -30,8 +30,7 @@ class SubtensorApi:
30
log_verbose: Enables or disables verbose logging.
31
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`
+ where you are requesting a block that is too old for your current (presumably lite) node. Defaults to `None`
35
36
Example:
37
# sync version
0 commit comments