Browse Source

Fix the path to the example configuration

v1.0.9-lin
Leo Arias 7 years ago
committed by GitHub
parent
commit
82c754f628
  1. 2
      src/bitcoind.cpp

2
src/bitcoind.cpp

@ -112,7 +112,7 @@ bool AppInit(int argc, char* argv[])
_("- Source code: %s\n"
"- .deb package: %s\n")).c_str(),
GetConfigFile().string().c_str(),
"contrib/DEBIAN/examples/zcash.conf",
"contrib/debian/examples/zcash.conf",
"/usr/share/doc/zcash/examples/zcash.conf");
return false;
} catch (const std::exception& e) {

Loading…
Cancel
Save