Closed lsilva01 closed 2 years ago
✔️ Deploy Preview for mystifying-babbage-7bec27 ready!
🔨 Explore the source changes: 911db9d3462e0e5c9c12f1ce01ec4b20a0473446
🔍 Inspect the deploy log: https://app.netlify.com/sites/mystifying-babbage-7bec27/deploys/618c523267b469000851ead5
😎 Browse the preview: https://deploy-preview-96--mystifying-babbage-7bec27.netlify.app
✔️ Deploy Preview for ldk-docs-preview ready!
🔨 Explore the source changes: 911db9d3462e0e5c9c12f1ce01ec4b20a0473446
🔍 Inspect the deploy log: https://app.netlify.com/sites/ldk-docs-preview/deploys/618c5232c7d64d00079ff422
😎 Browse the preview: https://deploy-preview-96--ldk-docs-preview.netlify.app
There appears to be an error in step 6. There is no implicit conversion between
ChannelManagerConstructor.EventHandler
andChannelManagerConstructor.ChannelManagerPersister
as suggested in the last line in this step.And also
channel_manager_persister
is passed as parameter tochain_sync_completed
in step 12, but this method hasEventHandler event_handler
as parameter and notChannelManagerConstructor.ChannelManagerPersister
.