Skip to content

Commit

Permalink
fix: overview return
Browse files Browse the repository at this point in the history
  • Loading branch information
gus-opentensor committed May 17, 2024
1 parent c27dc9c commit e5032c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor/commands/overview.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def _get_total_balance(
)
if not coldkey_wallet.coldkeypub_file.exists_on_device():
console.print("[bold red]No wallets found.")
return
return [], None
all_hotkeys = get_hotkey_wallets_for_wallet(coldkey_wallet)

return all_hotkeys, total_balance
Expand Down

0 comments on commit e5032c9

Please sign in to comment.