electracoin-ECA / electra-archive

This repository is no longer in use.
MIT License
29 stars 31 forks source link

Fix "can't open database file" initialization error on first run #4

Open xafilox opened 6 years ago

xafilox commented 6 years ago

strWalletFileName was being declared again as a local variable in AppInit2 instead of defining the value of the global variable declared in init.h. Consequently, an empty string was being given to the constructor of CWalletDB in OptionsModel::Upgrade().

alediaferia commented 6 years ago

Hi @AlejandroVera can you rebase this with master in order to include the .travis.yml information for triggering the CI build?

xafilox commented 6 years ago

Done @alediaferia