forked from lthn/blockchain
Fixed bug with wallet path under cake wallet
This commit is contained in:
parent
65b9619762
commit
d1b40c280b
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue