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

Commit

Permalink
Enable MPP for LSPS invoices
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Jan 22, 2024
1 parent df91500 commit b20bb20
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit b20bb20

Please sign in to comment.