1
0
Fork 0
forked from lthn/blockchain

Fixed bug with wallet path under cake wallet

This commit is contained in:
cryptozoidberg 2023-11-16 17:52:19 +00:00
parent 65b9619762
commit d1b40c280b

View file

@ -106,6 +106,8 @@ namespace plain_wallet
std::string get_app_config_folder()
{
#ifndef CAKEWALLET
return "";
#ifdef WIN32
std::string path = get_bundle_working_dir() + "/" + APP_CONFIG_FOLDER + "/";
#else