-
Notifications
You must be signed in to change notification settings - Fork 399
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
Trampoline #2299
Comments
Also update the anchor reserves re: #3487 (comment) once that PR lands |
Is it necessary to implement all of this? The question came up after reading lightning/bolts#836 (comment). If it's just mobile wallets connected to their LSP, maybe some of the items on this list can be postponed? |
In theory we can just do the end-user bits first, but when we ship that there won't be any LSPs for the users, so we really need to implement the LSP end as well (not to mention its really hard to test unless we can do end-to-end logic in a test). |
Ah, I wasn't completely clear. I was suggesting to still implement end-user + LSP, but just for single hop, single trampoline payments. But it appears that that doesn't make the amount of code that much less - lightning/bolts#836 (comment) |
send_payment_for_verified_bolt12_invoice
)AP: Prerequisite for async payments MVP.
The text was updated successfully, but these errors were encountered: