mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
pay: Add groupid to the payment struct
This commit is contained in:
committed by
Rusty Russell
parent
24701600ee
commit
db84b984e5
@@ -184,6 +184,7 @@ struct payment {
|
||||
/* Payment secret, from the invoice if any. */
|
||||
struct secret *payment_secret;
|
||||
|
||||
u64 groupid;
|
||||
u32 partid;
|
||||
u32 next_partid;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user