From ea706e329bdd34d6928ce6fdacee57176100448c Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 10 Sep 2014 17:02:00 -0700 Subject: [PATCH] add note for Shutdown. --- lib/bitcoind.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bitcoind.js b/lib/bitcoind.js index 2579ce1c..321f5dac 100644 --- a/lib/bitcoind.js +++ b/lib/bitcoind.js @@ -65,6 +65,7 @@ Bitcoin.prototype.error = function() { Bitcoin.prototype.close = function() { clearInterval(this._interval); delete this._interval; + // XXX Call bitcoind's shutdown here }; /**