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 opening a new channel, CLN immediately sends a peer_storage before the channel is fully open. Eclair will ignore such peer_storage as we only accept storage from peers that have an active channel with us.
When reconnecting with a peer, CLN sends a peer_storage immediately, even before sending peer_storage_retrieval. This will override any previous storage backup and cancel any benefit from the feature (or in Eclair's case it will simply be ignored because there is no active channel yet).
getinfo output
"version": "v24.08.2"
The text was updated successfully, but these errors were encountered:
Issue and Steps to Reproduce
When opening a new channel, CLN immediately sends a
peer_storage
before the channel is fully open. Eclair will ignore suchpeer_storage
as we only accept storage from peers that have an active channel with us.When reconnecting with a peer, CLN sends a
peer_storage
immediately, even before sendingpeer_storage_retrieval
. This will override any previous storage backup and cancel any benefit from the feature (or in Eclair's case it will simply be ignored because there is no active channel yet).getinfo
output"version": "v24.08.2"
The text was updated successfully, but these errors were encountered: