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 caf8c70 commit a752e50Copy full SHA for a752e50
bittensor/core/async_subtensor.py
@@ -3036,7 +3036,7 @@ async def tx_rate_limit(
3036
Optional[int]: The transaction rate limit of the network, None if not available.
3037
3038
The transaction rate limit is an essential parameter for ensuring the stability and scalability of the Bittensor
3039
- network. It helps in managing a network load and preventing congestion, thereby maintaining efficient and
+ network. It helps in managing network load and preventing congestion, thereby maintaining efficient and
3040
timely transaction processing.
3041
"""
3042
block_hash = await self.determine_block_hash(block, block_hash, reuse_block)
0 commit comments