Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Enable MPP for LSPS invoices #979

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mutiny-core/src/lsp/lsps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ impl<S: MutinyStorage> LspsClient<S> {
.payment_secret(payment_secret)
.duration_since_epoch(utils::now())
.payee_pub_key(payee_pub_key)
.basic_mpp()
.min_final_cltv_expiry_delta(MIN_FINAL_CLTV_EXPIRY_DELTA.into())
.private_route(lsp_route_hint);

Expand Down
Loading