Remove unnecessary code
This commit is contained in:
parent
eb59a7dce9
commit
f9458aa4a1
2 changed files with 0 additions and 3 deletions
|
|
@ -5,8 +5,6 @@ angular.module('copayApp.controllers').controller('AddressesController',
|
|||
$scope.loading = false;
|
||||
var w = $rootScope.wallet;
|
||||
|
||||
controllerUtils.updateAddressList();
|
||||
|
||||
$scope.newAddr = function() {
|
||||
$scope.loading = true;
|
||||
w.generateAddress(null, function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue