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());