Merge pull request #1291 from isocolsky/fix/First_address
Fix 1st address not showing
This commit is contained in:
commit
08024c1c77
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ angular.module('copayApp.controllers').controller('CopayersController',
|
|||
}
|
||||
|
||||
$scope.goToWallet = function() {
|
||||
controllerUtils.updateGlobalAddresses();
|
||||
$location.path('/receive');
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue