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 72ac8a4 commit ce0d97fCopy full SHA for ce0d97f
bittensor/core/subtensor.py
@@ -2975,7 +2975,7 @@ def reveal_weights(
2975
weights (np.ndarray): NumPy array of weight values corresponding to each UID.
2976
salt (np.ndarray): NumPy array of salt values corresponding to the hash function.
2977
version_key (int): Version key for compatibility with the network. Default is ``int representation of
2978
- a Bittensor version``.
+ the Bittensor version``.
2979
wait_for_inclusion (bool): Waits for the transaction to be included in a block. Default is ``False``.
2980
wait_for_finalization (bool): Waits for the transaction to be finalized on the blockchain. Default is
2981
``False``.
0 commit comments