fixed refresh button

This commit is contained in:
Manuel Araoz 2014-08-18 15:38:11 -04:00
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);