bittensor-cli 9.10.1__py3-none-any.whl → 9.10.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1757,11 +1757,13 @@ async def swap_hotkey_extrinsic(
1757
1757
  """
1758
1758
  block_hash = await subtensor.substrate.get_chain_head()
1759
1759
  hk_ss58 = get_hotkey_pub_ss58(wallet)
1760
+ new_hk_ss58 = get_hotkey_pub_ss58(new_wallet)
1761
+
1760
1762
  netuids_registered = await subtensor.get_netuids_for_hotkey(
1761
1763
  hk_ss58, block_hash=block_hash
1762
1764
  )
1763
1765
  netuids_registered_new_hotkey = await subtensor.get_netuids_for_hotkey(
1764
- hk_ss58, block_hash=block_hash
1766
+ new_hk_ss58, block_hash=block_hash
1765
1767
  )
1766
1768
 
1767
1769
  if netuid is not None and netuid not in netuids_registered:
@@ -1777,7 +1779,6 @@ async def swap_hotkey_extrinsic(
1777
1779
  )
1778
1780
  return False
1779
1781
 
1780
- new_hk_ss58 = get_hotkey_pub_ss58(new_wallet)
1781
1782
  if netuid is not None:
1782
1783
  if netuid in netuids_registered_new_hotkey:
1783
1784
  err_console.print(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bittensor-cli
3
- Version: 9.10.1
3
+ Version: 9.10.2
4
4
  Summary: Bittensor CLI
5
5
  Author: bittensor.com
6
6
  Project-URL: homepage, https://github.com/opentensor/btcli
@@ -11,7 +11,7 @@ bittensor_cli/src/bittensor/networking.py,sha256=pZLMs8YXpZzDMLXWMBb_Bj6TVkm_q9k
11
11
  bittensor_cli/src/bittensor/subtensor_interface.py,sha256=9XJ74DTOLHoV5qQNmkhuvbl2kiaar4p1SV7GJeZY5p8,62698
12
12
  bittensor_cli/src/bittensor/utils.py,sha256=b642934KEFoetDlvRk2DsHDeucAonthdcBR-EaPpKps,48754
13
13
  bittensor_cli/src/bittensor/extrinsics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
- bittensor_cli/src/bittensor/extrinsics/registration.py,sha256=Q43L-d_Ayp7saWWCPR4hShBDpzjh5bfsqtatiiiM2Zk,66199
14
+ bittensor_cli/src/bittensor/extrinsics/registration.py,sha256=Vzs0mAtQCZLNEmFReSYK13UjvCwPNrS9se7R-hjLlbc,66204
15
15
  bittensor_cli/src/bittensor/extrinsics/root.py,sha256=tOG-xSO0ihC--AhPwrhLkm1nduvHbFAObeONGSHUdJw,19218
16
16
  bittensor_cli/src/bittensor/extrinsics/transfer.py,sha256=Dry4DZ5lSlJdrD0Y-W-8B4WMsN1oag0Kzm_GP8Nt9E8,9276
17
17
  bittensor_cli/src/bittensor/templates/main-filters.j2,sha256=ZM0l2exr6FKqw86GRyHHtw-h8Y5Ckgx-SPc-48gZoxI,914
@@ -44,8 +44,8 @@ bittensor_cli/src/commands/stake/remove.py,sha256=ANrH9VyCJqddnabXU1EbdUxh0bpwZz
44
44
  bittensor_cli/src/commands/subnets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
45
45
  bittensor_cli/src/commands/subnets/price.py,sha256=RzcFVqFnQV5zBekyZCMrqpydh88yWlMLm5VJNUNfQCU,25814
46
46
  bittensor_cli/src/commands/subnets/subnets.py,sha256=ROtNBTUuoQcinIO5l55ky28JPd1PI4IqybdIc9JTjr0,94628
47
- bittensor_cli-9.10.1.dist-info/METADATA,sha256=m_rBEo48fJdX6Sf_ltrr8vfUfs6TVpRZqVN-dRLNKbo,7169
48
- bittensor_cli-9.10.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
49
- bittensor_cli-9.10.1.dist-info/entry_points.txt,sha256=hBTLGLbVxmAKy69XSKaUZvjTCmyEzDGZKq4S8UOto8I,49
50
- bittensor_cli-9.10.1.dist-info/top_level.txt,sha256=DvgvXpmTtI_Q1BbDZMlK90LFcGFCreN1daViEPV2iFw,14
51
- bittensor_cli-9.10.1.dist-info/RECORD,,
47
+ bittensor_cli-9.10.2.dist-info/METADATA,sha256=HiAyZUhwDKlT_dbnEBvx00phB7PanV3CYKz0KE5U7KI,7169
48
+ bittensor_cli-9.10.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
49
+ bittensor_cli-9.10.2.dist-info/entry_points.txt,sha256=hBTLGLbVxmAKy69XSKaUZvjTCmyEzDGZKq4S8UOto8I,49
50
+ bittensor_cli-9.10.2.dist-info/top_level.txt,sha256=DvgvXpmTtI_Q1BbDZMlK90LFcGFCreN1daViEPV2iFw,14
51
+ bittensor_cli-9.10.2.dist-info/RECORD,,