Accounts get kicked if no tokens
This commit is contained in:
parent
12ae7b9a6b
commit
e1c7b99450
|
@ -15,7 +15,7 @@ pub fn id() -> Pubkey {
|
||||||
|
|
||||||
pub fn account() -> Account {
|
pub fn account() -> Account {
|
||||||
Account {
|
Account {
|
||||||
tokens: 0,
|
tokens: 1,
|
||||||
owner: id(),
|
owner: id(),
|
||||||
userdata: ERC20_NAME.as_bytes().to_vec(),
|
userdata: ERC20_NAME.as_bytes().to_vec(),
|
||||||
executable: true,
|
executable: true,
|
||||||
|
|
Loading…
Reference in New Issue