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?