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
Ran into another small issue working on interop: eclair -> eclair trampoline -> LDK recipient
(Claude tells me that) The test trampoline API ignored the min_final_cltv_expiry_delta, so payments to LDK fail: eclair sets 36, LDK wants a minimum of 42.
Ran into another small issue working on interop:
eclair -> eclair trampoline -> LDK recipient(Claude tells me that) The test trampoline API ignored the
min_final_cltv_expiry_delta, so payments to LDK fail: eclair sets 36, LDK wants a minimum of 42.