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
When we get an inbound channel request, we dont persist the
peer info who initiated the request.
In this commit, we use `[LdkEvent::ChannelPending]`
to track channels that are inbound and their counterparty
node id is not persisted, and if so,
we add their `PeerInfo` to `PeerStore`.
Notice that in order to persist this kind of data,
we need first to get the listening address of the counterparty
node, which is not always available, in that case we dont persist
the peer info.
0 commit comments