Skip to content

Commit

Permalink
Merge pull request #69 from veox/fix-default-config-path
Browse files Browse the repository at this point in the history
settings: server.cpp -> bs.cpp.
  • Loading branch information
veox committed May 9, 2015
2 parents bb7afdc + 78e4ce5 commit 801d60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static path default_config_path()
{
// This subdirectory and file name must stay in sync with the path
// for the sample distributed via the build.
return path(system_config_directory()) / "libbitcoin" / "server.cfg";
return path(system_config_directory()) / "libbitcoin" / "bs.cfg";
}

// TODO: localize descriptions.
Expand Down

0 comments on commit 801d60a

Please sign in to comment.