settings: works with 2-3 wallet

This commit is contained in:
Manuel Araoz 2014-09-04 16:57:07 -03:00
commit 4dffcccf19
2 changed files with 1 additions and 2 deletions

View file

@ -56,6 +56,7 @@ angular.module('copayApp.controllers').controller('MoreController',
alternativeName: $scope.selectedAlternative.name,
alternativeIsoCode: $scope.selectedAlternative.isoCode,
});
controllerUtils.updateBalance();
};

View file

@ -834,8 +834,6 @@ Wallet.prototype.toObj = function() {
addressBook: this.addressBook,
lastTimestamp: this.lastTimestamp,
};
console.dir(walletObj);
console.trace();
return walletObj;
};