not always a new addr
This commit is contained in:
parent
d8deaea8c1
commit
7efb48ff06
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
||||||
$timeout(function(){
|
$timeout(function(){
|
||||||
$scope.$apply();
|
$scope.$apply();
|
||||||
});
|
});
|
||||||
addressService.getAddress(walletId,true, function(err,addr) {
|
addressService.getAddress(walletId, false, function(err,addr) {
|
||||||
$scope.gettingAddress=false;
|
$scope.gettingAddress=false;
|
||||||
if (!err || addr)
|
if (!err || addr)
|
||||||
$modalInstance.close(addr);
|
$modalInstance.close(addr);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue