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
Eclair and LDK stopped accepting legacy payments (payments without a payment_secret (payment_addr in lnd)). This can cause the LND mission_control system to fail the corresponding node because nodes not accepting Legacy Payment report the INVALID_ONION_PAYLOAD failure which causes our node to fail the complete node because we anticipate we did construct a right onion package.
Maybe instead of removing these payments make the MPP case default for all cases, and only with a special flag allow users to create legacy payments. Currently queryroutes or buildroute will not add a MPP record by default.
Eclair and LDK stopped accepting legacy payments (payments without a payment_secret (payment_addr in lnd)). This can cause the LND mission_control system to fail the corresponding node because nodes not accepting Legacy Payment report the
INVALID_ONION_PAYLOAD
failure which causes our node to fail the complete node because we anticipate we did construct a right onion package.lnd/routing/result_interpretation.go
Lines 383 to 384 in 84c91f7
The text was updated successfully, but these errors were encountered: