add error in bwc module provider

This commit is contained in:
Javier 2016-01-22 16:51:46 -03:00
commit 39dfa8df0a
3 changed files with 32 additions and 23 deletions

View file

@ -35,6 +35,10 @@ bwcModule.provider("bwcService", function() {
return Client.Bitcore;
};
service.getErrors = function() {
return Client.Errors;
};
service.getSJCL = function() {
return Client.sjcl;
};