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
|
||||
Wallet.prototype.connectToAll = function() {
|
||||
// not being used now
|
||||
return;
|
||||
|
||||
var all = this.publicKeyRing.getAllCopayerIds();
|
||||
this.network.connectToCopayers(all);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue