add send Indexes

This commit is contained in:
Matias Alejo Garcia 2014-08-20 21:29:01 -04:00
parent c1564ae015
commit 93239f7983
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ angular.module('copayApp.controllers').controller('BackupController',
controllerUtils.updateAddressList();
controllerUtils.updateBalance(function(){
notification.info('Finished', 'The balance is updated using the derived addresses');
w.sendIndexes();
});
});
};