Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URC30 should charge "create new account" fee on owner account instead of token pool when transfer token to non-exist account #33

Closed
elonkusk opened this issue Dec 27, 2021 · 0 comments · Fixed by #34
Assignees
Labels
enhancement New feature or request

Comments

@elonkusk
Copy link
Member

Current fee policy

  • Account X has urc30 token T, try to send some token amount to a non-exist account
  • System will create a new account, charge a fee on the token pool
  • If Account X tries to send to multiple non-exist accounts, the token pool fee will be exhausted.

Solution

  • Should charge "create new account fee" on owner account.
  • Apply on block version >= 3
@elonkusk elonkusk added the enhancement New feature or request label Dec 27, 2021
@elonkusk elonkusk linked a pull request Dec 27, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants