return headers

This commit is contained in:
Matias Alejo Garcia 2014-12-01 16:19:34 -03:00
commit b096fd50a7
5 changed files with 10 additions and 10 deletions

View file

@ -79,7 +79,7 @@ angular.module('copayApp.services')
passphraseConfig: config.passphraseConfig,
};
copay.Identity.open(opts, function(err, iden) {
copay.Identity.open(opts, function(err, iden, headers) {
if (err) return cb(err);
root.bind(iden);
return cb(null, iden);