Skip to content

Commit a752e50

Browse files
authored
Update bittensor/core/async_subtensor.py
1 parent caf8c70 commit a752e50

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
@@ -3036,7 +3036,7 @@ async def tx_rate_limit(
30363036
Optional[int]: The transaction rate limit of the network, None if not available.
30373037
30383038
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
3039+
network. It helps in managing network load and preventing congestion, thereby maintaining efficient and
30403040
timely transaction processing.
30413041
"""
30423042
block_hash = await self.determine_block_hash(block, block_hash, reuse_block)

0 commit comments

Comments
 (0)