Skip to content

Commit

Permalink
fixup! pay: Add channel_hint_set_count primitive
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Aug 28, 2024
1 parent 954eea3 commit a159380
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/libplugin-pay.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@ struct payment *payment_new(tal_t *ctx, struct command *cmd,
tal_arr_expand(&p->modifier_data, NULL);
}

paymod_log(p, LOG_DBG,
"Initialized a new (sub-)payment with %zu channel_hints",
channel_hint_set_count(payment_root(p)->hints));

return p;
}

Expand Down

0 comments on commit a159380

Please sign in to comment.