1
0
Fork 0
forked from lthn/blockchain

fixed problem with wallet api

This commit is contained in:
cryptozoidberg 2023-11-17 12:20:30 +00:00
parent 131ee0e84b
commit c7533010bd

View file

@ -96,7 +96,9 @@ namespace plain_wallet
std::string get_wallets_folder()
{
#ifdef WIN32
#ifdef CAKEWALLET
std::string path = "";
#elif WIN32
std::string path = get_bundle_working_dir() + "/" + WALLETS_FOLDER_NAME + "/";
#else
std::string path = get_bundle_working_dir() + "/" + WALLETS_FOLDER_NAME + "/";