From 82c754f628daad5921ac505e42321cfb524bfc73 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Sat, 11 Feb 2017 13:52:15 -0600 Subject: [PATCH] Fix the path to the example configuration --- src/bitcoind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index 8634be211..af3acb06a 100644 --- a/src/bitcoind.cpp +++ b/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) {