From 9febf7a2bdae540de5c9bc62a9f7658670952808 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 15 Oct 2014 15:36:58 -0700 Subject: [PATCH] emphasize pid file. --- src/bitcoindjs.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index c414055f..79cceaec 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -594,6 +594,7 @@ start_node_thread(void) { return; } + // XXX Potentially add an option for this. // This is probably a good idea if people try to start bitcoind while // running a program which links to libbitcoind.so, but disable it for now. CreatePidFile(GetPidFile(), getpid());