-
Notifications
You must be signed in to change notification settings - Fork 1
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
sendpayment
Part 2: Channel open, Get invoice
#58
Conversation
2212a5f
to
c81010b
Compare
c81010b
to
79b78fa
Compare
sendpayment
Part 2sendpayment
Part 2: Channel open, Get invoice
// TODO FIXME XXX: This trait requires that event handling *finishes* | ||
// before returning from this function, but LDK #1674 (async event | ||
// handling) isn't implemented yet. For now, we carry out the event | ||
// handling in a spawned task, but this *must* be fixed eventually. |
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.
why spawn the task now before the ldk feature is usable?
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.
This was causing a panic 'cannot start a Tokio runtime within a Tokio runtime' when running the node directly (not as a process) in the smoketest
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.
huh, don't really understand how that's happening...
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.
maybe should figure rt issue out rather than enabling this?
a8dd921
to
895e54a
Compare
Definitely review by commit. Commit names pretty clearly summarize what was changed.