Rename tokens to lamports in sdk/
This commit is contained in:
@ -16,7 +16,7 @@ pub fn check_id(program_id: &Pubkey) -> bool {
|
||||
/// Create an executable account with the given shared object name.
|
||||
pub fn create_program_account(name: &str) -> Account {
|
||||
Account {
|
||||
tokens: 1,
|
||||
lamports: 1,
|
||||
owner: id(),
|
||||
userdata: name.as_bytes().to_vec(),
|
||||
executable: true,
|
||||
|
Reference in New Issue
Block a user