We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7afdc commit 78e4ce5Copy full SHA for 78e4ce5
src/settings.cpp
@@ -61,7 +61,7 @@ static path default_config_path()
61
{
62
// This subdirectory and file name must stay in sync with the path
63
// for the sample distributed via the build.
64
- return path(system_config_directory()) / "libbitcoin" / "server.cfg";
+ return path(system_config_directory()) / "libbitcoin" / "bs.cfg";
65
}
66
67
// TODO: localize descriptions.
0 commit comments