diff --git a/bittensor/commands/overview.py b/bittensor/commands/overview.py index 43e23552d2..733ec81d7c 100644 --- a/bittensor/commands/overview.py +++ b/bittensor/commands/overview.py @@ -121,7 +121,6 @@ def run(cli: "bittensor.cli"): ] = hotkey_wallet all_hotkey_addresses = list(hotkey_coldkey_to_hotkey_wallet.keys()) - with console.status( ":satellite: Syncing with chain: [white]{}[/white] ...".format( cli.config.subtensor.get( @@ -285,7 +284,11 @@ def run(cli: "bittensor.cli"): nn.coldkey, None ) if not hotwallet: - continue + # Indicates a mismatch between what the chain says the coldkey + # is for this hotkey and the local wallet coldkey-hotkey pair + hotwallet = argparse.Namespace() + hotwallet.name = nn.coldkey[:7] + hotwallet.hotkey_str = nn.hotkey[:7] nn: bittensor.NeuronInfoLite uid = nn.uid active = nn.active