Skip to content

Commit a6a6a13

Browse files
authored
Update bittensor/core/subtensor.py
1 parent ce0d97f commit a6a6a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/subtensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3552,7 +3552,7 @@ def transfer(
35523552
Arguments:
35533553
wallet (bittensor_wallet.Wallet): Source wallet for the transfer.
35543554
dest (str): Destination address for the transfer.
3555-
amount (float): Number of tokens to transfer.
3555+
amount (float): Amount of tao to transfer.
35563556
transfer_all (bool): Flag to transfer all tokens. Default is ``False``.
35573557
wait_for_inclusion (bool): Waits for the transaction to be included in a block. Default is ``True``.
35583558
wait_for_finalization (bool): Waits for the transaction to be finalized on the blockchain. Default is

0 commit comments

Comments
 (0)