Skip to content

Commit 1e21b48

Browse files
committed
Updates staking extrinsic
1 parent d33a4e1 commit 1e21b48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bittensor/core/extrinsics/staking.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ def add_stake_extrinsic(
3636
`False` if the extrinsic fails to enter the block within the timeout.
3737
wait_for_finalization: If set, waits for the extrinsic to be finalized on the chain before returning `True`,
3838
or returns `False` if the extrinsic fails to be finalized within the timeout.
39-
safe_staking (bool): If true, the staking process will have safety checks enabled.
40-
allow_partial_stake (bool): If true, partial stake will be allowed in-case full stake doesnt fulfill the threshold.
41-
rate_threshold (float): The threshold in percentage of price which can be allowed to fluctuate. 0.005 = 0.5% by default.
39+
safe_staking (bool): If true, enables price safety checks
40+
allow_partial_stake (bool): If true, allows partial unstaking if price threshold exceeded
41+
rate_threshold (float): Maximum allowed price increase percentage (0.005 = 0.5%)
4242
4343
Returns:
4444
success: Flag is `True` if extrinsic was finalized or included in the block. If we did not wait for

0 commit comments

Comments
 (0)