Open thewhaleking opened 2 weeks ago
The help text for btcli w inspect states:
btcli w inspect
Displays the details of the user's wallet pairs (coldkey, hotkey) on the Bittensor network.
However, only the coldkey is actually used.
After digging into this a bit, I believe what we show is correct. We should however remove the --hotkey option for the command, and improve the help text.
--hotkey
Inspect should really have two different tables.
The help text for
btcli w inspect
states:However, only the coldkey is actually used.