Skip to content

Commit

Permalink
Update bittensor/core/async_subtensor.py
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Himes <[email protected]>
ibraheem-opentensor and thewhaleking authored Dec 12, 2024
1 parent a3c4c08 commit a621657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor/core/async_subtensor.py
Original file line number Diff line number Diff line change
@@ -1438,7 +1438,7 @@ async def commit_reveal_enabled(
block_hash (Optional[str]): The block hash of block at which to check the parameter (default is None, which implies the current block).
Returns:
(Optional[bool]): Returns the integer value of the hyperparameter if available; otherwise, returns None.
(bool): Returns the integer value of the hyperparameter if available; otherwise, returns None.
"""
call = await self.get_hyperparameter(
param_name="CommitRevealWeightsEnabled",

0 comments on commit a621657

Please sign in to comment.