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 06779af commit faf6217Copy full SHA for faf6217
bittensor_cli/src/bittensor/extrinsics/registration.py
@@ -1820,9 +1820,8 @@ async def swap_hotkey_extrinsic(
1820
call_params = {
1821
"hotkey": wallet.hotkey.ss58_address,
1822
"new_hotkey": new_wallet.hotkey.ss58_address,
1823
+ "netuid": netuid,
1824
}
- if netuid is not None:
1825
- call_params["netuid"] = netuid
1826
1827
call = await subtensor.substrate.compose_call(
1828
call_module="SubtensorModule",
0 commit comments