mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
plugins/libplugin-pay.c: Store the route description, and re-report on failure.
This commit is contained in:
committed by
Christian Decker
parent
6468616c02
commit
c27d7a3110
@@ -265,6 +265,9 @@ struct payment {
|
||||
|
||||
/* A unique id for the root of this payment. */
|
||||
u64 id;
|
||||
|
||||
/* A short description of the route of this payment. */
|
||||
char *routetxt;
|
||||
};
|
||||
|
||||
struct payment_modifier {
|
||||
|
||||
Reference in New Issue
Block a user