-
Notifications
You must be signed in to change notification settings - Fork 404
Drop user-provided payer_id
from InvoiceRequestBuilder
#3198
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
Comments
Wouldn't this prevent anyone from using the |
You could use |
I understand that allowing to override |
Honestly we should probably kill off |
Slipping. We should still do this so users don't rely on this API, but there's no super strong reason to do it now. |
Was just looking at LNDK's usage. It no longer uses a fixed key to sign in order to fix the caching issue -- the spec was changed to cache based on See lndk-org/lndk#133. |
@jkczyz Yeah I'm pretty sure it's not a hard requirement for LNDK so moving in that direction should be fine for us! So if I'm understanding right, in the future we'd want to use |
Yes, and doing so means you would call |
We shouldn't have supported this to begin with, and we should drop it before people start using it.
The text was updated successfully, but these errors were encountered: