You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"[light_goldenrod2]{}[/light_goldenrod2] stake associated with coldkey [bright_magenta]{}[/bright_magenta] (ss58: [bright_magenta]{}[/bright_magenta])".format(
692
+
abs(difference),
693
+
coldkey_wallet.name,
694
+
coldkey_wallet.coldkeypub.ss58_address,
687
695
)
688
696
)
697
+
ifhas_alerts:
698
+
alerts_table.add_row("")
699
+
alerts_table.add_row(
700
+
"[bold yellow]Note:[/bold yellow] This stake might be delegated, staked to another user's hotkey, or associated with a hotkey not present in your wallet."
701
+
)
702
+
alerts_table.add_row(
703
+
"You can find out more by executing `[bold]btcli wallet inspect[/bold]` command."
704
+
)
689
705
690
706
ifcoldkeys_to_check:
691
707
# We have some stake that is not with a registered hotkey.
0 commit comments