diff --git a/plugins/renepay/payment.c b/plugins/renepay/payment.c index 5216b808c..7bb5b257f 100644 --- a/plugins/renepay/payment.c +++ b/plugins/renepay/payment.c @@ -61,7 +61,6 @@ struct payment *payment_new(const tal_t *ctx, p->use_shadow = use_shadow; p->groupid=1; - p->result = NULL; p->local_gossmods = gossmap_localmods_new(p); p->disabled = tal_arr(p,struct short_channel_id,0); p->rexmit_timer = NULL; diff --git a/plugins/renepay/payment.h b/plugins/renepay/payment.h index 80c52d907..fff94dea5 100644 --- a/plugins/renepay/payment.h +++ b/plugins/renepay/payment.h @@ -108,8 +108,6 @@ struct payment { /* Groupid, so listpays() can group them back together */ u64 groupid; - - struct command_result * result; };