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
Currently, when a keysend payment fails because the receiving node doesn't accept keysend payments, LND returns FAILURE_REASON_INCORRECT_PAYMENT_DETAILS.
-> It would be nice to see a specific error code like FAILURE_REASON_KEYSEND_NOT_ACCEPTED in this case.
The text was updated successfully, but these errors were encountered:
#6414 (comment):
"Note that since many nodes out there currently support keysend without signalling for the feature bit"
-> Is this still the case? If not, wallets could simply check if dest node accepts keysend before trying to send.
I mean, bLIP-3 clearly says: "SHOULD only send payments to nodes advertising the keysend feature bit"
that's a workaround if the wallet implementation does the pathfinding and has the node-graph available, but I think it still makes sense to have the error reporting for these scenarios.
Currently, when a keysend payment fails because the receiving node doesn't accept keysend payments, LND returns FAILURE_REASON_INCORRECT_PAYMENT_DETAILS.
-> It would be nice to see a specific error code like FAILURE_REASON_KEYSEND_NOT_ACCEPTED in this case.
The text was updated successfully, but these errors were encountered: