almindor / etherwall

Ethereum QT5 Wallet
GNU General Public License v3.0
142 stars 59 forks source link

Warn about pre-existing accounts #63

Open almindor opened 6 years ago

almindor commented 6 years ago

Etherwall stores the "first run" date in config. We can use it to check account file timestamps/creation times and warn the user about pre-existing accounts and the possibility of not being able to access them if they don't know the passwords anymore.

This should prevent issues like #62 from happening.