Skip to content

Commit 39b37f6

Browse files
committed
Resolves #2695
1 parent 46d3b3a commit 39b37f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bittensor/core/async_subtensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4177,7 +4177,7 @@ async def unstake(
41774177
removed.
41784178
hotkey_ss58 (Optional[str]): The ``SS58`` address of the hotkey account to unstake from.
41794179
netuid (Optional[int]): The unique identifier of the subnet.
4180-
amount (Balance): The amount of TAO to unstake. If not specified, unstakes all.
4180+
amount (Balance): The amount of alpha to unstake. If not specified, unstakes all.
41814181
wait_for_inclusion (bool): Waits for the transaction to be included in a block.
41824182
wait_for_finalization (bool): Waits for the transaction to be finalized on the blockchain.
41834183
safe_staking (bool): If true, enables price safety checks to protect against fluctuating prices. The unstake

bittensor/core/subtensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3444,7 +3444,7 @@ def unstake(
34443444
removed.
34453445
hotkey_ss58 (Optional[str]): The ``SS58`` address of the hotkey account to unstake from.
34463446
netuid (Optional[int]): The unique identifier of the subnet.
3447-
amount (Balance): The amount of TAO to unstake. If not specified, unstakes all.
3447+
amount (Balance): The amount of alpha to unstake. If not specified, unstakes all.
34483448
wait_for_inclusion (bool): Waits for the transaction to be included in a block.
34493449
wait_for_finalization (bool): Waits for the transaction to be finalized on the blockchain.
34503450
safe_staking (bool): If true, enables price safety checks to protect against fluctuating prices. The unstake

0 commit comments

Comments
 (0)