Skip to content

Commit 1fc275a

Browse files
authored
Update bittensor/core/async_subtensor.py
1 parent 6bb8954 commit 1fc275a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bittensor/core/async_subtensor.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3421,9 +3421,6 @@ async def burned_register(
34213421
period (Optional[int]): The number of blocks during which the transaction will remain valid after it's submitted. If
34223422
the transaction is not included in a block within that number of blocks, it will expire and be rejected.
34233423
You can think of it as an expiration date for the transaction.
3424-
period (Optional[int]): The number of blocks during which the transaction will remain valid after it's submitted. If
3425-
the transaction is not included in a block within that number of blocks, it will expire and be rejected.
3426-
You can think of it as an expiration date for the transaction.
34273424
34283425
Returns:
34293426
bool: ``True`` if the registration is successful, False otherwise.

0 commit comments

Comments
 (0)