Skip to content

Commit 801d60a

Browse files
committed
Merge pull request #69 from veox/fix-default-config-path
settings: server.cpp -> bs.cpp.
2 parents bb7afdc + 78e4ce5 commit 801d60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static path default_config_path()
6161
{
6262
// This subdirectory and file name must stay in sync with the path
6363
// for the sample distributed via the build.
64-
return path(system_config_directory()) / "libbitcoin" / "server.cfg";
64+
return path(system_config_directory()) / "libbitcoin" / "bs.cfg";
6565
}
6666

6767
// TODO: localize descriptions.

0 commit comments

Comments
 (0)