Skip to content

Commit 86ec127

Browse files
committed
-Removing comment from plugins/fetchinvoice.c
1 parent e745414 commit 86ec127

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

plugins/fetchinvoice.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,6 @@ static struct command_result *handle_invreq_response(struct command *cmd,
240240
badfield = "invoice_payment_hash";
241241
goto badinv;
242242
}
243-
/* Currently the following check fails for offers that do not contain
244-
* offer_issuer_id and for which an invoice is fetched from a CLN node,
245-
* because listoffers_done in offers_invrek_hook.c sets invoice_node_id
246-
* to offer_issuer_id regardless.
247-
*/
248243
if (!inv->invoice_node_id) {
249244
badfield = "invoice_node_id";
250245
goto badinv;

0 commit comments

Comments
 (0)