github ACINQ/phoenix android-legacy-v1.4.1
Phoenix 1.4.1

3 years ago

Main changes

Customizable max fees for outgoing Lightning payments

Users can now change the maximum fees that the trampoline node can use for outgoing LN payments. In some cases, the default setting may not be sufficient so the user can try higher fees. Note that the trampoline node will always try to use as low fee as possible. Also, setting a super high fee will not help if the recipient is simply not reachable (no channels/no connection) or does not have enough inbound liquidity.

This setting is available in Setting > Payment settings

Better error messages for failed payments

Some error messages are rewritten to be more explicit and provide guidance to users.

Small channels are more resilient to high fee environment

Channels inbound capacity is also displayed in the wallet's channels list.

Complete list of changes

Thanks @bitcoinuser for updating PT-BR translation.

Verifying signatures

You will need gpg and our release signing key E434ED292E85643A. Note that you can get it:

To import our signing key:

$ gpg --import padioupm.asc

To verify the release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped

Don't miss a new phoenix release

NewReleases is sending notifications on new releases.