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

Restarting wallet service loses last send tries #10

Open
jusasiiv opened this issue Jun 12, 2023 · 0 comments
Open

Restarting wallet service loses last send tries #10

jusasiiv opened this issue Jun 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jusasiiv
Copy link
Collaborator

The value of the last send attempt and fee/amount threshold are stored in mem: self.wallets[self.wallet_id]['last_batch_send_try'] If wallet service reboots theses values are lost. This causes the batching to start again from the beginning, possibly causing an unwanted extra delay for the transaction.

@jusasiiv jusasiiv added the enhancement New feature or request label Jun 12, 2023
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

No branches or pull requests

1 participant