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
From the docs:
209: The payment already failed, but the reason for failure was not stored. This should only occur when querying failed payments on very old databases.
This is not the case in all sendpay_failure notifications but it still causes cln-plugin to panic alot when theres a plugin subscribing to this notification.
cln v24.05:
apparently some fields are missing from
sendpay_failure
notifications:missing:
erring_node
erring_channel
erring_direction
Also notice how
status
ispending
instead offailed
as promised by the docs:https://docs.corelightning.org/docs/event-notifications#sendpay_failure
This makes the notification far less useful and also causes a panic in
cln-plugin
because it expects these fields.The text was updated successfully, but these errors were encountered: