add note for Shutdown.

This commit is contained in:
Christopher Jeffrey 2014-09-10 17:02:00 -07:00
parent a3cd9025fa
commit ea706e329b

View File

@ -65,6 +65,7 @@ Bitcoin.prototype.error = function() {
Bitcoin.prototype.close = function() {
clearInterval(this._interval);
delete this._interval;
// XXX Call bitcoind's shutdown here
};
/**