Adds missing attribute reference for network.
This commit is contained in:
parent
91b6d2774b
commit
495d919131
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ angular.module('copayApp.controllers').controller('bitpayCardIntroController', f
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
appIdentityService.getIdentity(bitpayService.getEnvironment(), function(err, appIdentity) {
|
appIdentityService.getIdentity(bitpayService.getEnvironment().network, function(err, appIdentity) {
|
||||||
if (err) popupService.showAlert(null, err);
|
if (err) popupService.showAlert(null, err);
|
||||||
else $log.info('App identity: OK');
|
else $log.info('App identity: OK');
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue