mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-11 10:04:28 +01:00
renepay: remove unused all_flows field.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -55,7 +55,6 @@ struct renepay * renepay_new(struct command *cmd)
|
||||
renepay->rexmit_timer = NULL;
|
||||
renepay->next_attempt=1;
|
||||
renepay->next_partid=1;
|
||||
renepay->all_flows = tal(renepay,tal_t);
|
||||
|
||||
return renepay;
|
||||
}
|
||||
|
||||
@@ -124,9 +124,6 @@ struct renepay
|
||||
int next_attempt;
|
||||
/* Used in get_payflows to set ids to each pay_flow. */
|
||||
u64 next_partid;
|
||||
|
||||
/* Root to destroy pending flows */
|
||||
tal_t *all_flows;
|
||||
};
|
||||
|
||||
struct payment * payment_new(struct renepay *renepay);
|
||||
|
||||
Reference in New Issue
Block a user