diff --git a/docs/src/cli/transfer-tokens.md b/docs/src/cli/transfer-tokens.md index 1d80977da7..74f3f961ab 100644 --- a/docs/src/cli/transfer-tokens.md +++ b/docs/src/cli/transfer-tokens.md @@ -33,6 +33,14 @@ solana airdrop 1 --url https://api.devnet.solana.com where you replace the text `` with your base58-encoded public key/wallet address. +A response with the signature of the transaction will be returned. If the balance +of the address does not change by the expected amount, run the following command +for more information on what potentially went wrong: + +```bash +solana confirm -v +``` + #### Check your balance Confirm the airdrop was successful by checking the account's balance.