fixed refresh button
This commit is contained in:
parent
b0d32463c6
commit
dfd2df7534
2 changed files with 2 additions and 1 deletions
|
|
@ -91,6 +91,8 @@ Wallet.prototype.seedCopayer = function(pubKey) {
|
||||||
|
|
||||||
// not being used now
|
// not being used now
|
||||||
Wallet.prototype.connectToAll = function() {
|
Wallet.prototype.connectToAll = function() {
|
||||||
|
// not being used now
|
||||||
|
return;
|
||||||
|
|
||||||
var all = this.publicKeyRing.getAllCopayerIds();
|
var all = this.publicKeyRing.getAllCopayerIds();
|
||||||
this.network.connectToCopayers(all);
|
this.network.connectToCopayers(all);
|
||||||
|
|
|
||||||
|
|
@ -196,7 +196,6 @@ Network.prototype._onMessage = function(enc) {
|
||||||
|
|
||||||
var payload = decoded.payload;
|
var payload = decoded.payload;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
alert('caught :' + e);
|
|
||||||
this._deletePeer(sender);
|
this._deletePeer(sender);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue