Skip to content

Commit efd1c6b

Browse files
committed
Skip help table
1 parent 532c052 commit efd1c6b

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

bittensor_cli/src/commands/subnets.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,22 +1296,22 @@ async def show_subnet(netuid_: int):
12961296
# f"\n Stake: [{COLOR_PALETTE['STAKE']['STAKE_ALPHA']}]{subnet_info.alpha_out.tao:,.5f} {subnet_info.symbol}[/{COLOR_PALETTE['STAKE']['STAKE_ALPHA']}]"
12971297
f"\n Tempo: [{COLOR_PALETTE['STAKE']['STAKE_ALPHA']}]{subnet_info.blocks_since_last_step}/{subnet_info.tempo}[/{COLOR_PALETTE['STAKE']['STAKE_ALPHA']}]"
12981298
)
1299-
console.print(
1300-
"""
1301-
Description:
1302-
The table displays the subnet participants and their metrics.
1303-
The columns are as follows:
1304-
- UID: The hotkey index in the subnet.
1305-
- TAO: The sum of all TAO balances for this hotkey accross all subnets.
1306-
- Stake: The stake balance of this hotkey on this subnet.
1307-
- Weight: The stake-weight of this hotkey on this subnet. Computed as an average of the normalized TAO and Stake columns of this subnet.
1308-
- Dividends: Validating dividends earned by the hotkey.
1309-
- Incentives: Mining incentives earned by the hotkey (always zero in the RAO demo.)
1310-
- Emission: The emission accrued to this hokey on this subnet every block (in staking units).
1311-
- Hotkey: The hotkey ss58 address.
1312-
- Coldkey: The coldkey ss58 address.
1313-
"""
1314-
)
1299+
# console.print(
1300+
# """
1301+
# Description:
1302+
# The table displays the subnet participants and their metrics.
1303+
# The columns are as follows:
1304+
# - UID: The hotkey index in the subnet.
1305+
# - TAO: The sum of all TAO balances for this hotkey accross all subnets.
1306+
# - Stake: The stake balance of this hotkey on this subnet.
1307+
# - Weight: The stake-weight of this hotkey on this subnet. Computed as an average of the normalized TAO and Stake columns of this subnet.
1308+
# - Dividends: Validating dividends earned by the hotkey.
1309+
# - Incentives: Mining incentives earned by the hotkey (always zero in the RAO demo.)
1310+
# - Emission: The emission accrued to this hokey on this subnet every block (in staking units).
1311+
# - Hotkey: The hotkey ss58 address.
1312+
# - Coldkey: The coldkey ss58 address.
1313+
# """
1314+
# )
13151315

13161316
if delegate_selection:
13171317
while True:

0 commit comments

Comments
 (0)