forked from lthn/blockchain
fixed problem with wallet api
This commit is contained in:
parent
131ee0e84b
commit
c7533010bd
1 changed files with 3 additions and 1 deletions
|
|
@ -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 + "/";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue