reduce calls to insight in address gen
This commit is contained in:
parent
f764c743e4
commit
af628dde9b
2 changed files with 3 additions and 7 deletions
|
|
@ -9,9 +9,6 @@ angular.module('copay.addresses').controller('AddressesController',
|
|||
$scope.newAddr = function() {
|
||||
$scope.loading = true;
|
||||
w.generateAddress();
|
||||
controllerUtils.updateBalance(function() {
|
||||
$scope.loading = false;
|
||||
});
|
||||
};
|
||||
|
||||
$scope.selectAddr = function(addr) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue