Changing the application name caused wallets created prior to v0.12 to "forget" their config
This commit is contained in:
cryptochangements34 2018-07-09 14:39:21 -04:00 committed by GitHub
parent 06fdf27be2
commit 716366c54f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ int main(int argc, char *argv[])
MainApp app(argc, argv);
app.setApplicationName("monero-gui");
app.setApplicationName("monero-core");
app.setOrganizationDomain("getmonero.org");
app.setOrganizationName("monero-project");