mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
plugins/libplugin-pay.c: Give cmd id and partid for each log message.
Changelog-None: internal debugging Makes it easier to debug payments with tons of splits.
This commit is contained in:
committed by
Christian Decker
parent
e80d733399
commit
98583e84b5
@@ -262,6 +262,9 @@ struct payment {
|
||||
* if we switch any of the parameters such as destination or
|
||||
* amount. */
|
||||
bool failroute_retry;
|
||||
|
||||
/* A unique id for the root of this payment. */
|
||||
u64 id;
|
||||
};
|
||||
|
||||
struct payment_modifier {
|
||||
|
||||
Reference in New Issue
Block a user