Skip to content

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

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from

Conversation

frnandu
Copy link
Contributor

@frnandu frnandu commented May 6, 2025

fixes #1295

}

var err error
settledTransaction, err = svc.markTransactionSettled(tx, &dbTransaction, preimage, 0, false) // Assuming not self-payment for now
Copy link
Contributor

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

Copy link
Contributor Author

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?

@rolznz
Copy link
Contributor

rolznz commented May 8, 2025

Linking #1212 as I think this is an example where we need to make sure the notification is sent to the relay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hold invoices
2 participants