Add create-address-with-seed to solana-cli (#7472)
* Add create account with seed to cli * clippy * fixup
This commit is contained in:
@@ -482,7 +482,7 @@ pub fn process_create_stake_account(
|
||||
};
|
||||
println!("{:?}", authorized);
|
||||
|
||||
let ixs = stake_instruction::create_stake_account_with_lockup(
|
||||
let ixs = stake_instruction::create_account(
|
||||
&config.keypair.pubkey(),
|
||||
&stake_account_pubkey,
|
||||
&authorized,
|
||||
|
Reference in New Issue
Block a user