ACINQ / phoenix

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

iOS: Beta3 changes #423

Closed robbiehanson closed 10 months ago

robbiehanson commented 10 months ago

Most of the changes are surrounding notifications. We no longer display the notification on the Home screen for PaymentRejected if source == onChain. Instead we simply show a red "zzz" icon next to the incoming amount:

The "Swap-In Wallet Details" screen has been updated to reflect the PaymentRejected information:

With additional information if the rejection was due to the percentage check:

Or if the user disabled channel management:

Note that we still have notifications on the Home screen for rejected Lightning payments (and these can now be dismissed with the X button):