From 00c6536528975c3b4041510f48b39536805ea35a Mon Sep 17 00:00:00 2001 From: Ted Robertson <10043369+tredondo@users.noreply.github.com> Date: Fri, 8 Oct 2021 05:35:44 -1000 Subject: [PATCH] docs: Explain what `solana-stake-accounts new` does (#20401) --- docs/src/cli/manage-stake-accounts.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/cli/manage-stake-accounts.md b/docs/src/cli/manage-stake-accounts.md index b07b0ad79e..ce8902fe9b 100644 --- a/docs/src/cli/manage-stake-accounts.md +++ b/docs/src/cli/manage-stake-accounts.md @@ -22,6 +22,10 @@ solana-stake-accounts new \ --fee-payer ``` +As with [`create-stake-account`](delegate-stake#create-a-stake-account), +`` tokens are transferred from the account at the `` +to a new stake account at ``. + ### Count accounts Count the number of derived accounts: