From 720ad8563252b8598fd0ed15405b0f2e81018855 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 23:02:18 +0000 Subject: [PATCH] providing clarity on airdrop amount constraints (#24115) (#24178) * 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 (cherry picked from commit 781094edb2a8a9a905be128353eba5437ff2368d) Co-authored-by: T.J. Kyner <78994885+tjkyner@users.noreply.github.com> --- 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.