Refresh global addresses when joining
This commit is contained in:
parent
cf3703e8ab
commit
eb59a7dce9
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