mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-21 20:09:37 +00:00
Stefan
057d0c565e
fix(Wallet): fix import seed in account creation
Remove the workaround, to the approach of using the complete last word event, for three letters seed-words. The three letters condition introduced another side effect when completing the "sentence" and made the _internal.mnemonicInput contain an extra duplicate word. Unify the event `doneInsertingWord` generation for the internal purpose with the external. This will trigger a secondary for some usage but I see no problem with even in other usages. Fix corner case when user enters a correct seed word that is not singular and uses the mouse to jump. In that case the doneInsertingWord is not triggered Fixes: #7715
…
…
…
…
…
Status-desktop
Desktop client for the Status Network built with Nim and Qt
Dev Docs: https://hackmd.io/@status-desktop/B1naRjxh_/https%3A%2F%2Fhackmd.io%2F%40status-desktop%2FB1eOaf-nd
Description
Languages
QML
38.2%
JavaScript
30.2%
Nim
18.8%
Python
5.7%
C++
5.3%
Other
1.7%