tezbox / desktop-wallet

MIT License
35 stars 12 forks source link

Client side validation of addresses (using checksum) #4

Open stephenandrews opened 5 years ago

stephenandrews commented 5 years ago

3 - per last message

skaht commented 5 years ago

Should also verify for the 15 BIP 39 seed words associated 5 bits checksum matches to notify users of a very likely input error.

stephenandrews commented 5 years ago

I believe seeds are validated using the checksum during the restore stage, but will need to double check