File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
bittensor/core/extrinsics Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ def add_stake_extrinsic(
36
36
`False` if the extrinsic fails to enter the block within the timeout.
37
37
wait_for_finalization: If set, waits for the extrinsic to be finalized on the chain before returning `True`,
38
38
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%)
42
42
43
43
Returns:
44
44
success: Flag is `True` if extrinsic was finalized or included in the block. If we did not wait for
You can’t perform that action at this time.
0 commit comments