LedgerHQ / ledger-wallet-chrome

Ledger Wallet Chrome application
http://www.ledgerwallet.com/apps/bitcoin
MIT License
161 stars 118 forks source link

Application allows z-addresses as destination address [Zcash] #27

Closed Morveus closed 7 years ago

Morveus commented 7 years ago

The Chrome app allows the user to send ZEC to z-addresses, which are changed into t-addresses deterministically (by the device during signing?) resulting in a loss of funds since the ZEC never reach the z-address.

The address validator should prevent entering a z-address when sending funds.