taking metadata from file
This commit is contained in:
parent
b1851c658e
commit
66392d51f4
2 changed files with 29 additions and 28 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue