historic sync working yay :D

This commit is contained in:
Manuel Araoz 2014-08-19 11:18:38 -04:00
commit 789388af3c
3 changed files with 5 additions and 3 deletions

View file

@ -321,7 +321,7 @@ Network.prototype.start = function(opts, openCallback) {
var hostPort = this.host + ':' + this.port;
this.socket = io.connect(hostPort, {
reconnection: false,
reconnection: true,
});
this._setupConnectionHandlers(openCallback);
var pubkey = this.getKey().public.toString('hex');