diff --git a/bittensor_cli/cli.py b/bittensor_cli/cli.py index 72faeb5e9..f431c2617 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -3841,8 +3841,10 @@ def wallet_history( # if self.config.get("network") != "finney": # console.print(no_use_config_str) - # For Rao games - print_error("This command is disabled on the 'rao' network.") + print_error( + "This command is currently disabled as it used external APIs which are no longer " + "feasible; meanwhile a chain native data fetching solution is being investigated." + ) raise typer.Exit() self.verbosity_handler(quiet, verbose, False, False)