@@ -1296,22 +1296,22 @@ async def show_subnet(netuid_: int):
1296
1296
# f"\n Stake: [{COLOR_PALETTE['STAKE']['STAKE_ALPHA']}]{subnet_info.alpha_out.tao:,.5f} {subnet_info.symbol}[/{COLOR_PALETTE['STAKE']['STAKE_ALPHA']}]"
1297
1297
f"\n Tempo: [{ COLOR_PALETTE ['STAKE' ]['STAKE_ALPHA' ]} ]{ subnet_info .blocks_since_last_step } /{ subnet_info .tempo } [/{ COLOR_PALETTE ['STAKE' ]['STAKE_ALPHA' ]} ]"
1298
1298
)
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
+ # )
1315
1315
1316
1316
if delegate_selection :
1317
1317
while True :
0 commit comments