ACINQ / phoenix

Phoenix is a self-custodial Bitcoin wallet using Lightning to send/receive payments.
https://phoenix.acinq.co
Apache License 2.0
644 stars 97 forks source link

(android) Handle dust migration and show notification when success #374

Closed dpad85 closed 1 year ago

dpad85 commented 1 year ago

Channels with dust balance (< 546 sat) cannot be migrated, their funds will go to the Bitcoin miners. This PR adds checks that will warn the user when that happens.

An in-app notification replaces the message displayed after a successful migration. The notification UI has been slightly improved as well, and the notifications are ordered. Migration resources have been translated in several languages (fr, es, de, cz, pt).