Rename 'new_account' to 'new_user_account'
And 'new_program_account' to 'new_account'
This commit is contained in:
@@ -10,7 +10,7 @@ pub fn test_tx() -> Transaction {
|
||||
let keypair1 = Keypair::new();
|
||||
let pubkey1 = keypair1.pubkey();
|
||||
let zero = Hash::default();
|
||||
SystemTransaction::new_account(&keypair1, &pubkey1, 42, zero, 0)
|
||||
SystemTransaction::new_user_account(&keypair1, &pubkey1, 42, zero, 0)
|
||||
}
|
||||
|
||||
pub fn test_multisig_tx() -> Transaction {
|
||||
|
Reference in New Issue
Block a user