We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158feb2 commit 7ad84c2Copy full SHA for 7ad84c2
bittensor_cli/src/commands/stake/add.py
@@ -349,9 +349,7 @@ async def stake_extrinsic(
349
# If we are staking safe, add price tolerance
350
if safe_staking:
351
if subnet_info.is_dynamic:
352
- price_with_tolerance = current_price_float * (
353
- 1 + rate_tolerance
354
- )
+ price_with_tolerance = current_price_float * (1 + rate_tolerance)
355
_rate_with_tolerance = (
356
1.0 / price_with_tolerance
357
) # Rate only for display
0 commit comments