File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525
2626#define BC_HTTP_SERVER_NAME " libbitcoin/4.0"
2727
28- std::filesystem::path config_default_path () NOEXCEPT
29- {
30- return { " libbitcoin/bn.cfg" };
31- }
28+ // // std::filesystem::path config_default_path() NOEXCEPT
29+ // // {
30+ // // return { "libbitcoin/bn.cfg" };
31+ // // }
3232
3333namespace libbitcoin {
3434namespace node {
@@ -300,7 +300,7 @@ options_metadata parser::load_environment() THROWS
300300 // This composes with the cmdline options and inits to default path.
301301 BN_CONFIG_VARIABLE,
302302 value<std::filesystem::path>(&configured.file )->composing ()
303- ->default_value (config_default_path ()),
303+ /* ->default_value(config_default_path())*/ ,
304304 " The path to the configuration settings file."
305305 );
306306
You can’t perform that action at this time.
0 commit comments