LN-Zap / zap-android

Zap Wallet - Native android lightning wallet for node operators focused on user experience and ease of use ⚡️
MIT License
165 stars 49 forks source link

Outbound multipart payments #289

Closed Technifocal closed 3 years ago

Technifocal commented 3 years ago

Description

Implement outbound multipart payments to allow lnd to split larger outbound payments into multiple parts.

Context

As of current, Zap-Android outputs Maximum Amount: ${largest_channel_local_balance} and shows the invoice amount in red.

Possible Implementation

Potentially add a max_parts configuration option into settings, or a configuration for each invoice.

michaelWuensch commented 3 years ago

Hi Technifocal, thanks for the issue. It is on my list for quite some time now and one of the next things to come, so stay tuned! :)

michaelWuensch commented 3 years ago

Multi path payments are done now and will be shipped with the next version!

michaelWuensch commented 3 years ago

shipped with v0.4.0-beta