We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8b709 commit e15614cCopy full SHA for e15614c
plugins/askrene/refine.c
@@ -592,7 +592,7 @@ refine_with_fees_and_limits(const tal_t *ctx,
592
/* Total flowset probability is now easily calculated given reservations
593
* contains the total amounts through each channel (once we remove them) */
594
destroy_reservations(reservations, get_askrene(rq->plugin));
595
- tal_add_destructor2(reservations, destroy_reservations, get_askrene(rq->plugin));
+ tal_del_destructor2(reservations, destroy_reservations, get_askrene(rq->plugin));
596
597
*flowset_probability = 1.0;
598
for (size_t i = 0; i < tal_count(reservations); i++) {
0 commit comments