Skip to content

Commit 6fcbb6b

Browse files
fixup! make persistent BOLT12 invoice through PendingOutboundPayment
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 6d59fb9 commit 6fcbb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/outbound_payment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ impl OutboundPayments {
907907
route_params.max_total_routing_fee_msat = Some(max_fee_msat);
908908
}
909909

910-
self.send_payment_internal(payment_id, payment_hash, recipient_onion, None, retry_strategy, route_params,
910+
self.send_payment_for_non_bolt12_invoice(payment_id, payment_hash, recipient_onion, None, retry_strategy, route_params,
911911
router, first_hops, compute_inflight_htlcs,
912912
entropy_source, node_signer, best_block_height, logger,
913913
pending_events, send_payment_along_path

0 commit comments

Comments
 (0)