plugins/libplugin-pay.c: Store the route description, and re-report on failure.

This commit is contained in:
ZmnSCPxj jxPCSnmZ
2020-08-25 09:54:52 +08:00
committed by Christian Decker
parent 6468616c02
commit c27d7a3110
2 changed files with 20 additions and 0 deletions

View File

@@ -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 {