Skip to content

Commit 09ff956

Browse files
Update bittensor/core/extrinsics/serving.py
Co-authored-by: BD Himes <[email protected]>
1 parent 76dea70 commit 09ff956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/extrinsics/serving.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def publish_metadata(
254254
period (Optional[int]): The number of blocks during which the transaction will remain valid after it's submitted. If
255255
the transaction is not included in a block within that number of blocks, it will expire and be rejected.
256256
You can think of it as an expiration date for the transaction.
257-
reset_bonds (bool, optional): If ``True``, the function will reset the bonds for the neuron. Defaults to ``False``.
257+
reset_bonds (bool): If ``True``, the function will reset the bonds for the neuron. Defaults to ``False``.
258258
259259
Returns:
260260
bool: ``True`` if the metadata was successfully published (and finalized if specified). ``False`` otherwise.

0 commit comments

Comments
 (0)