pay: Add groupid to the payment struct

This commit is contained in:
Christian Decker
2021-09-29 12:08:27 +02:00
committed by Rusty Russell
parent 24701600ee
commit db84b984e5
2 changed files with 4 additions and 0 deletions

View File

@@ -184,6 +184,7 @@ struct payment {
/* Payment secret, from the invoice if any. */
struct secret *payment_secret;
u64 groupid;
u32 partid;
u32 next_partid;