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

Improve private channel handling #308

Closed michaelWuensch closed 3 years ago

michaelWuensch commented 3 years ago

Description

This PR adds the possibility on channel open to decide if the channel should be public or private. In the channel details a field for visibility was added, so one can check later if a channel is public or private. Furthermore it adds route hints for private channels on lnurl withdraw and removes the ability to not include private channel route hints in invoices, as that should be on by default.

Motivation and Context

Address issue #287 and #131

How Has This Been Tested?

Regtest, Simulator

Types of changes

Checklist: