add error in bwc module provider
This commit is contained in:
parent
a2c5127b30
commit
39dfa8df0a
3 changed files with 32 additions and 23 deletions
4
angular-bitcore-wallet-client/index.js
vendored
4
angular-bitcore-wallet-client/index.js
vendored
|
|
@ -35,6 +35,10 @@ bwcModule.provider("bwcService", function() {
|
|||
return Client.Bitcore;
|
||||
};
|
||||
|
||||
service.getErrors = function() {
|
||||
return Client.Errors;
|
||||
};
|
||||
|
||||
service.getSJCL = function() {
|
||||
return Client.sjcl;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue