fixed refresh button

This commit is contained in:
Manuel Araoz 2014-08-18 15:38:11 -04:00
parent b0d32463c6
commit dfd2df7534
2 changed files with 2 additions and 1 deletions

View File

@ -91,6 +91,8 @@ Wallet.prototype.seedCopayer = function(pubKey) {
// not being used now
Wallet.prototype.connectToAll = function() {
// not being used now
return;
var all = this.publicKeyRing.getAllCopayerIds();
this.network.connectToCopayers(all);

View File

@ -196,7 +196,6 @@ Network.prototype._onMessage = function(enc) {
var payload = decoded.payload;
} catch (e) {
alert('caught :' + e);
this._deletePeer(sender);
return;
}