Skip to content

subtensor.transfer_stake requires the hotkey to be owned by the coldkey #2995

@thewhaleking

Description

@thewhaleking

Attempting to use subtensor.transfer_stake initiates a check of:

hotkey_owner = subtensor.get_hotkey_owner(hotkey_ss58)
if hotkey_owner != wallet.coldkeypub.ss58_address:
logging.error(
f":cross_mark: [red]Failed[/red]: Hotkey: {hotkey_ss58} does not belong to the origin coldkey owner: "

Verifying that the coldkey owns the hotkey, but why would this need to be the case?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions