File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
bittensor/core/extrinsics Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ def set_root_weights_extrinsic(
233
233
subtensor (bittensor.core.subtensor.Subtensor): The Subtensor object
234
234
wallet (bittensor_wallet.Wallet): Bittensor wallet object.
235
235
netuids (Union[NDArray[np.int64], list[int]]): The `netuid` of the subnet to set weights for.
236
- weights (Union[NDArray[np.float32], list[float]]): Weights to set. These must be `float's and must correspond
236
+ weights (Union[NDArray[np.float32], list[float]]): Weights to set. These must be floats and must correspond
237
237
to the passed `netuid` s.
238
238
version_key (int): The version key of the validator.
239
239
wait_for_inclusion (bool): If set, waits for the extrinsic to enter a block before returning `True`, or returns
You can’t perform that action at this time.
0 commit comments