Rename 'new_account' to 'new_user_account'
And 'new_program_account' to 'new_account'
This commit is contained in:
@ -390,7 +390,7 @@ fn process_deploy(
|
||||
)
|
||||
})?;
|
||||
|
||||
let mut tx = SystemTransaction::new_program_account(
|
||||
let mut tx = SystemTransaction::new_account(
|
||||
&config.keypair,
|
||||
&program_id.pubkey(),
|
||||
blockhash,
|
||||
|
Reference in New Issue
Block a user