taking metadata from file

This commit is contained in:
Gabriel Bazán 2015-11-06 11:26:50 -03:00
commit 66392d51f4
2 changed files with 29 additions and 28 deletions

View file

@ -35,7 +35,7 @@ angular.module('copayApp.controllers').controller('backupController',
});
};
self.getMetaData = function() {
self.getMetaData = function(cb) {
self.getHistoryCache(function(err, txsFromLocal) {
if (err) {
return cb(err);