docs: Remove references to "create_address_with_seed" (#15339) (#15372)

(cherry picked from commit 3ac7e09de6)

Co-authored-by: Jon Cinque <jon.cinque@gmail.com>
This commit is contained in:
mergify[bot]
2021-02-17 14:50:25 +00:00
committed by GitHub
parent 8820933287
commit 0a1fcfa08b
3 changed files with 8 additions and 8 deletions

View File

@@ -263,7 +263,7 @@ pub fn split_with_seed(
stake_pubkey: &Pubkey,
authorized_pubkey: &Pubkey,
lamports: u64,
split_stake_pubkey: &Pubkey, // derived using create_address_with_seed()
split_stake_pubkey: &Pubkey, // derived using create_with_seed()
base: &Pubkey, // base
seed: &str, // seed
) -> Vec<Instruction> {