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 trying to pay a CLN offer twice, CLN sends us the same invoice for the second payment, causing LND to error. The solution is likely that we're using the same key to sign each invoice request, but we should use a new one each time:
Describe the bug
When trying to pay a CLN offer twice, CLN sends us the same invoice for the second payment, causing LND to error. The solution is likely that we're using the same key to sign each invoice request, but we should use a new one each time:
lndk/src/lndk_offers.rs
Line 177 in 6132601
Thanks to @jkczyz for figuring out what was going on here!
The text was updated successfully, but these errors were encountered: