lightningdevkit / ldk-sample

Sample node implementation using LDK
Apache License 2.0
166 stars 94 forks source link

Process events with BackgroundProcessor #12

Closed jkczyz closed 3 years ago

jkczyz commented 3 years ago

Update event handling based on https://github.com/rust-bitcoin/rust-lightning/pull/920.

valentinewallace commented 3 years ago

Guess we should finalize this now so the Rust samples in the docs can be more finalized as well? It pretty much LGTM besides being updated to the very latest.

jkczyz commented 3 years ago

Successfully connected to a peer, opened a channel, and sent a payment.