chainntnfs: export NotifierOptions and internal field for interface use#10028
Conversation
Export NotifierOptions and its internal field to enable external satisfaction of the protofsm.DaemonAdapters interface.
3d23e32 to
5cea874
Compare
|
/gemini summary |
There was a problem hiding this comment.
Code Review
This pull request introduces several enhancements, including context propagation, improved peer connection management, and flexible database migrations. The changes aim to improve the codebase's robustness and maintainability. I've identified a critical bug in htlcswitch/link.go and a misleading comment in htlcswitch/hop/iterator.go. Once these issues are addressed, this pull request will be a valuable addition to the codebase.
Summary of ChangesThis pull request focuses on increasing the accessibility of the Highlights
Changelog
Activity
|
|
@gemini-code-assist you should remove this comment that you made: #10028 (review) The comment is stale, pre-rebase. |
|
Thanks for letting me know about the stale comment, @ffranr. However, as an AI, I am unable to directly remove comments or perform any actions on the pull request. You would need to remove the comment yourself if it's no longer relevant after the rebase. |
|
Is it possible you're trying to achieve the same thing as this? https://github.com/lightninglabs/lndclient/pull/231/files |
@guggero I don't think those are the same notifier options that we need for the |
Export NotifierOptions and its internal field to enable external satisfaction of the
protofsm.DaemonAdaptersinterface.