Skip to content

Commit

Permalink
update portable dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
jcramer committed Mar 29, 2021
1 parent 945a158 commit 5475c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-cash
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def process_config_options(args):

if config_options.get("portable"):
config_options["electron_cash_path"] = os.path.join(
os.path.dirname(os.path.realpath(__file__)), "electron_cash_data"
os.path.dirname(os.path.realpath(__file__)), "electron_cash_slp_data"
)

set_verbosity(config_options.get("verbose"))
Expand Down

0 comments on commit 5475c42

Please sign in to comment.