Skip to content

Commit

Permalink
Live mode: stake list
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Dec 25, 2024
1 parent a44fa7c commit bc1c260
Show file tree
Hide file tree
Showing 2 changed files with 514 additions and 182 deletions.
3 changes: 2 additions & 1 deletion bittensor_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2470,6 +2470,7 @@ def stake_list(
"--coldkey.ss58",
help="Coldkey address of the wallet",
),
live: bool = Options.live,
quiet: bool = Options.quiet,
verbose: bool = Options.verbose,
# TODO add: all-wallets, reuse_last, html_output
Expand Down Expand Up @@ -2499,7 +2500,7 @@ def stake_list(
)

return self._run_command(
stake.stake_list(wallet, coldkey_ss58, self.initialize_chain(network))
stake.stake_list(wallet, coldkey_ss58, self.initialize_chain(network), live)
)

def stake_add(
Expand Down
Loading

0 comments on commit bc1c260

Please sign in to comment.