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 0904784 commit 4280071Copy full SHA for 4280071
bittensor_cli/src/commands/stake/remove.py
@@ -248,7 +248,7 @@ async def unstake(
248
# Additional fields for safe unstaking
249
if safe_staking:
250
if subnet_info.is_dynamic:
251
- rate = amount_to_unstake_as_balance.rao / received_amount.rao
+ rate = received_amount.rao / amount_to_unstake_as_balance.rao
252
rate_with_tolerance = rate * (
253
1 - rate_tolerance
254
) # Rate only for display
0 commit comments