From 781094edb2a8a9a905be128353eba5437ff2368d Mon Sep 17 00:00:00 2001 From: "T.J. Kyner" <78994885+tjkyner@users.noreply.github.com> Date: Thu, 7 Apr 2022 18:35:13 -0400 Subject: [PATCH] providing clarity on airdrop amount constraints (#24115) * providing clarity on airdrop amount constraints This change is in response to a review of a PR in the `solana-program-library` found here: https://github.com/solana-labs/solana-program-library/pull/3062 * replaced static limits with info on how to find them * removed trailing whitespace --- docs/src/cli/transfer-tokens.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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.