Changes
This is a bug fix release for Android and iOS. It fixes an issue with expiry which could cause on-the-fly fundings to fail.
Full changelog
- phoenix: android-v2.4.0...android-v2.4.1
- lightning-kmp: phoenix: ACINQ/lightning-kmp@v1.8.1...v1.8.4
Verifying signatures
You will need gpg
and our release signing key E434ED292E85643A
. Note that you can get it:
- from our website: https://acinq.co/pgp/padioupm.asc
- from github user @pm47: https://api.github.com/users/pm47/gpg_keys
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