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 1fc275a commit 12323dcCopy full SHA for 12323dc
bittensor/core/async_subtensor.py
@@ -3689,7 +3689,7 @@ async def reveal_weights(
3689
weights (np.ndarray): NumPy array of weight values corresponding to each UID.
3690
salt (np.ndarray): NumPy array of salt values corresponding to the hash function.
3691
version_key (int): Version key for compatibility with the network. Default is ``int representation of
3692
- a Bittensor version``.
+ the Bittensor version``.
3693
wait_for_inclusion (bool): Waits for the transaction to be included in a block. Default is ``False``.
3694
wait_for_finalization (bool): Waits for the transaction to be finalized on the blockchain. Default is
3695
``False``.
0 commit comments