Skip to content

Commit ce0d97f

Browse files
authored
Update bittensor/core/subtensor.py
1 parent 72ac8a4 commit ce0d97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/subtensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2975,7 +2975,7 @@ def reveal_weights(
29752975
weights (np.ndarray): NumPy array of weight values corresponding to each UID.
29762976
salt (np.ndarray): NumPy array of salt values corresponding to the hash function.
29772977
version_key (int): Version key for compatibility with the network. Default is ``int representation of
2978-
a Bittensor version``.
2978+
the Bittensor version``.
29792979
wait_for_inclusion (bool): Waits for the transaction to be included in a block. Default is ``False``.
29802980
wait_for_finalization (bool): Waits for the transaction to be finalized on the blockchain. Default is
29812981
``False``.

0 commit comments

Comments
 (0)