return headers
This commit is contained in:
parent
67fd6344dd
commit
b096fd50a7
5 changed files with 10 additions and 10 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue