lightningdevkit / lightningdevkit.org

Lightning Development Kit Documentation
https://lightningdevkit.org
MIT License
59 stars 39 forks source link

Adds persist_network_graph to Channel Manager Event Handler #120

Closed ConorOkus closed 2 years ago

netlify[bot] commented 2 years ago

Deploy Preview for lightningdevkit ready!

Name Link
Latest commit 530e4a76c979b889209c020da4cdd1a20f6ef5b5
Latest deploy log https://app.netlify.com/sites/lightningdevkit/deploys/627a4ef37fb1b20008407977
Deploy Preview https://deploy-preview-120--lightningdevkit.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

ConorOkus commented 2 years ago

Is it worth adding the default Scorer to chain_sync_completed or at least explicitly showing it can be null? - https://lightningdevkit.org/tutorials/build_a_node_in_java/#12-sync-channelmonitors-and-channelmanager-to-chain-tip

arik-so commented 2 years ago

Adding the scorer is necessary to obtain a payer object that can handle invoices, so it's probably worth an example.