Skip to content

Commit 78e4ce5

Browse files
committed
settings: server.cpp -> bs.cpp.
1 parent bb7afdc commit 78e4ce5

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)