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 4be75cb commit 86c032dCopy full SHA for 86c032d
bittensor_cli/src/commands/stake/move.py
@@ -59,7 +59,7 @@ async def display_stake_movement_cross_subnets(
59
price_origin = dynamic_origin.price.tao
60
price_destination = dynamic_destination.price.tao
61
rate = price_origin / (price_destination or 1)
62
-
+
63
received_amount_tao = dynamic_origin.alpha_to_tao(amount_to_move)
64
received_amount_tao -= stake_fee
65
received_amount = dynamic_destination.tao_to_alpha(received_amount_tao)
0 commit comments