HarborWallet / harbor

Ecash management tool
https://harbor.cash
MIT License
133 stars 17 forks source link

Fix: database is not being created when it does not exist #83

Closed esomore closed 5 months ago

esomore commented 5 months ago

This PR fixes when starting the app; the database is never created.

Test Plan running just run, the app starts correctly; if no database file exists, it is created after entering a password. If the database already exists and the wrong password is entered, the app shows an "invalid password" message.