add note for Shutdown.
This commit is contained in:
parent
a3cd9025fa
commit
ea706e329b
@ -65,6 +65,7 @@ Bitcoin.prototype.error = function() {
|
|||||||
Bitcoin.prototype.close = function() {
|
Bitcoin.prototype.close = function() {
|
||||||
clearInterval(this._interval);
|
clearInterval(this._interval);
|
||||||
delete this._interval;
|
delete this._interval;
|
||||||
|
// XXX Call bitcoind's shutdown here
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user