We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2983257 commit fa2b9a8Copy full SHA for fa2b9a8
bittensor/core/extrinsics/move_stake.py
@@ -289,13 +289,6 @@ def move_stake_extrinsic(
289
"""
290
291
amount.set_unit(netuid=origin_netuid)
292
- # Verify ownership of origin hotkey
293
- origin_owner = subtensor.get_hotkey_owner(origin_hotkey)
294
- if origin_owner != wallet.coldkeypub.ss58_address:
295
- logging.error(
296
- f":cross_mark: [red]Failed[/red]: Origin hotkey: {origin_hotkey} does not belong to the coldkey owner: {wallet.coldkeypub.ss58_address}"
297
- )
298
- return False
299
300
# Check sufficient stake
301
stake_in_origin, stake_in_destination = _get_stake_in_origin_and_dest(
0 commit comments