Skip to content

Commit 12323dc

Browse files
authored
Update bittensor/core/async_subtensor.py
1 parent 1fc275a commit 12323dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/async_subtensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3689,7 +3689,7 @@ async def reveal_weights(
36893689
weights (np.ndarray): NumPy array of weight values corresponding to each UID.
36903690
salt (np.ndarray): NumPy array of salt values corresponding to the hash function.
36913691
version_key (int): Version key for compatibility with the network. Default is ``int representation of
3692-
a Bittensor version``.
3692+
the Bittensor version``.
36933693
wait_for_inclusion (bool): Waits for the transaction to be included in a block. Default is ``False``.
36943694
wait_for_finalization (bool): Waits for the transaction to be finalized on the blockchain. Default is
36953695
``False``.

0 commit comments

Comments
 (0)