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

force: When resuming a paused batch the fee has to be paid again #104

Open
jeisses opened this issue Dec 20, 2022 · 1 comment
Open

force: When resuming a paused batch the fee has to be paid again #104

jeisses opened this issue Dec 20, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@jeisses
Copy link
Member

jeisses commented Dec 20, 2022

We should either disable pausing batches or disable the batching fuding check if one is being resumed
image

@jeisses jeisses added the bug Something isn't working label Dec 20, 2022
@jeisses jeisses changed the title When resuming a paused batch the is fee has to be paid again When resuming a paused batch the fee has to be paid again Dec 20, 2022
@jeisses jeisses changed the title When resuming a paused batch the fee has to be paid again force: When resuming a paused batch the fee has to be paid again Jan 2, 2023
@djmbritt
Copy link
Member

When pausing and resuming a batch, there will be a batch is underfunded error.
This is because the batch does not contain the network fee (10%) anymore.

So in order for the batch to be resumed, a deposit of 10% of the batch balance needs to be vtransfered to it.

image

  1. from account
  2. to vaccount
  3. quantity in the form of extended asset format
  4. memo is the batch id.
  • add vtransfer action it to the resume batch functionality
  • add notification for user that the fee will need to be repaid in order to restart batch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants