fix disconect error

This commit is contained in:
Manuel Araoz 2014-08-18 15:59:30 -04:00
commit 6be6f1e23c

View file

@ -229,6 +229,10 @@ Network.prototype._onMessage = function(enc) {
}
};
Network.prototype._onClose = function(copayerId) {
// TODO
};
Network.prototype._setupConnectionHandlers = function(cb) {
preconditions.checkState(this.socket);
var self = this;