LiskArchive / lisk-nano

🖥 Minimal Lisk graphical user interface for desktop
https://lisk.io
GNU General Public License v3.0
159 stars 60 forks source link

Split passphrase by selected index, not by selected word #1053

Closed webmaster128 closed 6 years ago

webmaster128 commented 6 years ago

What was the problem?

Splitting by word leads to incorrect results as soon as a word occurs more than one time in a passphrase.

How did I fix it?

Split by index

How to test it?

npm test and creating an account in the app

Review checklist