Changing the application name caused wallets created prior to v0.12 to "forget" their config
pull/2/head
cryptochangements34 6 years ago committed by GitHub
parent 06fdf27be2
commit 716366c54f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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");