Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions bittensor_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down