You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the Node we are able to handle unknown bitcoin p2p messages because we have the message length. For the DLCNode we are using a LnMessage which doesn't have a message length associated with it. We either need to switch to using TLVs or figure out a way to handle unknown messages.
For the
Node
we are able to handle unknown bitcoin p2p messages because we have the message length. For theDLCNode
we are using aLnMessage
which doesn't have a message length associated with it. We either need to switch to using TLVs or figure out a way to handle unknown messages.#3402 (comment)
The text was updated successfully, but these errors were encountered: