-
Notifications
You must be signed in to change notification settings - Fork 42
feat: add hold invoices support for LND & LDK #1298
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
base: master
Are you sure you want to change the base?
Conversation
} | ||
|
||
var err error | ||
settledTransaction, err = svc.markTransactionSettled(tx, &dbTransaction, preimage, 0, false) // Assuming not self-payment for now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, self-payments are a problem. I'll add this to the PR TODO list
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you see a quick way to handle this?
in the mocks
Linking #1212 as I think this is an example where we need to make sure the notification is sent to the relay. |
fixes #1295
hold_invoice_accepted
notification