File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
bittensor/core/extrinsics Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments