Skip to content

Commit f6a2555

Browse files
committed
ruff
1 parent 7050309 commit f6a2555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/extrinsics/unstaking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def unstake_extrinsic(
106106
if safe_staking:
107107
pool = subtensor.subnet(netuid=netuid)
108108
recieved_amount, _ = pool.alpha_to_tao_with_slippage(unstaking_balance)
109-
base_price = unstaking_balance.rao / recieved_amount.rao
109+
base_price = unstaking_balance.rao / recieved_amount.rao
110110
price_with_tolerance = base_price * (1 - rate_tolerance)
111111

112112
# For logging

0 commit comments

Comments
 (0)