Skip to content

Commit a5c211c

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

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
@@ -1125,7 +1125,7 @@ impl OutboundPayments {
11251125
};
11261126

11271127
self.send_payment_for_bolt12_invoice_internal(
1128-
payment_id, payment_hash, Some(keysend_preimage), Some(&invoice_request), route_params,
1128+
payment_id, payment_hash, Some(keysend_preimage), Some(&invoice_request), None, route_params,
11291129
retry_strategy, router, first_hops, inflight_htlcs, entropy_source, node_signer,
11301130
node_id_lookup, secp_ctx, best_block_height, logger, pending_events, send_payment_along_path
11311131
)

0 commit comments

Comments
 (0)