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 ce0d97f commit a6a6a13Copy full SHA for a6a6a13
bittensor/core/subtensor.py
@@ -3552,7 +3552,7 @@ def transfer(
3552
Arguments:
3553
wallet (bittensor_wallet.Wallet): Source wallet for the transfer.
3554
dest (str): Destination address for the transfer.
3555
- amount (float): Number of tokens to transfer.
+ amount (float): Amount of tao to transfer.
3556
transfer_all (bool): Flag to transfer all tokens. Default is ``False``.
3557
wait_for_inclusion (bool): Waits for the transaction to be included in a block. Default is ``True``.
3558
wait_for_finalization (bool): Waits for the transaction to be finalized on the blockchain. Default is
0 commit comments