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
These are fair assumptions, given that the PreClosed and Closed variants are supposed to refer to a force-closed channel if the attestations field is set.
But looking at the rust-dlc code, I'm pretty sure this won't work. AFAICT, if we find a confirmed CET we are setting it to PreClosed (?!) and we are setting attestations to None.
It would be good to test this PR e2e, but for that we need #2378.
These are fair assumptions, given that the
PreClosed
andClosed
variants are supposed to refer to a force-closed channel if theattestations
field is set.But looking at the
rust-dlc
code, I'm pretty sure this won't work. AFAICT, if we find a confirmed CET we are setting it toPreClosed
(?!) and we are settingattestations
toNone
.It would be good to test this PR e2e, but for that we need #2378.
Originally posted by @luckysori in #2513 (comment)
The text was updated successfully, but these errors were encountered: