Skip to content

2.0.6

Compare
Choose a tag to compare
@akumaigorodski akumaigorodski released this 31 Aug 17:02
· 548 commits to master since this release
c3c0216

Changelog

  • Fixed slow performance on some phone models.
  • Minor LNURL fixes and improvements.
  • Minor UI fixes and improvements.

Verifying signature

You will need gpg and release signing key 15780F46E10485AB.
It can be obtained at https://api.github.com/users/btcontract/gpg_keys
Or at https://lightning-wallet.com/akumaigorodski.asc

To import a signing key:

$ gpg --import akumaigorodski.asc

To verify release file checksums and signatures:

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