Skip to content

Electrum ABC 5.1.2

Compare
Choose a tag to compare
@PiRK PiRK released this 06 Jun 17:08
· 593 commits to master since this release

Release notes:

  • Update the payment request protocol MIME types (BIP71) (#213).
  • Change command line usage to enforce specifying global options before command name (#215).
  • Improve the error message when the BCH app is not open on a ledger device (#216).
  • Fix a bug breaking support of encrypted hardware wallets (#218).
  • Use the ripemd160 implementation from the pycryptodome library preferably to the python
    fallback implementation when the hashlib / OpenSSL implementation is not available.