mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
paymod: Add reason why a payment was attempted
This is a slight change in interface in that the string no longer spells out that a specific node was excluded.
This commit is contained in:
@@ -228,6 +228,9 @@ struct payment {
|
||||
/* Serialized bolt11 string, kept attachd to the root so we can filter
|
||||
* by the invoice. */
|
||||
const char *bolt11;
|
||||
|
||||
/* Textual explanation of why this payment was attempted. */
|
||||
const char *why;
|
||||
};
|
||||
|
||||
struct payment_modifier {
|
||||
|
||||
Reference in New Issue
Block a user