Closed lsilva01 closed 2 years ago
✔️ Deploy Preview for ldk-docs-preview ready!
🔨 Explore the source changes: 81dec642f7e24f27552735b5b042f52f7fed2eb6
🔍 Inspect the deploy log: https://app.netlify.com/sites/ldk-docs-preview/deploys/618c4af1daa5820007070b41
😎 Browse the preview: https://deploy-preview-95--ldk-docs-preview.netlify.app
✔️ Deploy Preview for mystifying-babbage-7bec27 ready!
🔨 Explore the source changes: 81dec642f7e24f27552735b5b042f52f7fed2eb6
🔍 Inspect the deploy log: https://app.netlify.com/sites/mystifying-babbage-7bec27/deploys/618c4af100712a0007951817
😎 Browse the preview: https://deploy-preview-95--mystifying-babbage-7bec27.netlify.app
Step 4 initializes a
NetGraphMsgHandler
object. It seems the goal of theNetGraphMsgHandler router
is to be used as parameter toChannelManagerConstructor
but currently this class takes an@Nullable NetworkGraph net_graph
as parameter and internally initializes aNetGraphMsgHandler
object.Perhaps the code from step 4 refers to an older implementation. This PR updates this if that is the case.