add update wallet

This commit is contained in:
Jean-Baptiste Dominguez 2018-08-09 15:35:03 +09:00
commit 9076ad2098

View file

@ -61,6 +61,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
function onEnter(event, data) {
$ionicNavBarDelegate.showBar(true);
updateAllWallets();
addressbookService.list(function(err, ab) {
if (err) $log.error(err);