settings: works with 2-3 wallet
This commit is contained in:
parent
3effa3d0b1
commit
4dffcccf19
2 changed files with 1 additions and 2 deletions
|
|
@ -56,6 +56,7 @@ angular.module('copayApp.controllers').controller('MoreController',
|
|||
alternativeName: $scope.selectedAlternative.name,
|
||||
alternativeIsoCode: $scope.selectedAlternative.isoCode,
|
||||
});
|
||||
controllerUtils.updateBalance();
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -834,8 +834,6 @@ Wallet.prototype.toObj = function() {
|
|||
addressBook: this.addressBook,
|
||||
lastTimestamp: this.lastTimestamp,
|
||||
};
|
||||
console.dir(walletObj);
|
||||
console.trace();
|
||||
|
||||
return walletObj;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue