effectai / effect-network

Smart contracts and documentation for Effect Network
MIT License
46 stars 9 forks source link

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

Open jeisses opened 1 year ago

jeisses commented 1 year ago

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

djmbritt commented 1 year ago

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.