| 397 | struct invreq *ir) |
| 398 | { |
| 399 | struct amount_msat amount = amount_msat(*ir->inv->invoice_amount); |
| 400 | if (!we_want_blinded_path(cmd->plugin, ir->fronting_nodes, true)) |
| 401 | return create_invoicereq(cmd, ir); |
| 402 |
no outgoing calls
no test coverage detected