File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
bittensor_cli/src/commands/subnets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1028,7 +1028,7 @@ async def show_root():
1028
1028
The table displays the root subnet participants and their metrics.
1029
1029
The columns are as follows:
1030
1030
- Position: The sorted position of the hotkey by total TAO.
1031
- - TAO: The sum of all TAO balances for this hotkey accross all subnets.
1031
+ - TAO: The sum of all TAO balances for this hotkey across all subnets.
1032
1032
- Stake: The stake balance of this hotkey on root (measured in TAO).
1033
1033
- Emission: The emission accrued to this hotkey across all subnets every block measured in TAO.
1034
1034
- Hotkey: The hotkey ss58 address.
@@ -1374,7 +1374,7 @@ async def show_subnet(netuid_: int):
1374
1374
# The table displays the subnet participants and their metrics.
1375
1375
# The columns are as follows:
1376
1376
# - UID: The hotkey index in the subnet.
1377
- # - TAO: The sum of all TAO balances for this hotkey accross all subnets.
1377
+ # - TAO: The sum of all TAO balances for this hotkey across all subnets.
1378
1378
# - Stake: The stake balance of this hotkey on this subnet.
1379
1379
# - Weight: The stake-weight of this hotkey on this subnet. Computed as an average of the normalized TAO and Stake columns of this subnet.
1380
1380
# - Dividends: Validating dividends earned by the hotkey.
You can’t perform that action at this time.
0 commit comments