Accounts get kicked if no tokens

This commit is contained in:
Michael Vines 2018-11-16 18:53:37 -08:00 committed by GitHub
parent 12ae7b9a6b
commit e1c7b99450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ pub fn id() -> Pubkey {
pub fn account() -> Account {
Account {
tokens: 0,
tokens: 1,
owner: id(),
userdata: ERC20_NAME.as_bytes().to_vec(),
executable: true,