-
Notifications
You must be signed in to change notification settings - Fork 267
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
Delete Invoice RPC method #1510
Comments
If we do it that way, this RPC should ensure it only deletes expired invoices. I think an even more useful feature would be to automatically run a task every X hours (configurable in |
@dpad85 do you know if eclair-mobile / phoenix already have that kind of clean-up implemented? Would they benefit from it? |
Neither eclair mobile or phoenix have implemented such a feature, but it could be useful indeed. |
Note that this issue should probably be done after #1640 |
Thanks, Bastien! |
So reading this thread, I am not quite sure whether it should be a scheduled job with an enabler flag, an exposed endpoint or both? |
I'm not familiar with internal Eclair architecture, but it feels that there might be 2 cases
|
I think both would be useful (and should be separate PRs). |
Done in #1984 |
Would be useful to have
deleteinvoice
RPC method (opposite tocreateinvoice
) to be able to cleanup expired invoicesThe text was updated successfully, but these errors were encountered: