refactor error cases
This commit is contained in:
parent
39dfa8df0a
commit
81dcbbc5b4
2 changed files with 15 additions and 11 deletions
2
angular-bitcore-wallet-client/index.js
vendored
2
angular-bitcore-wallet-client/index.js
vendored
|
|
@ -36,7 +36,7 @@ bwcModule.provider("bwcService", function() {
|
|||
};
|
||||
|
||||
service.getErrors = function() {
|
||||
return Client.Errors;
|
||||
return Client.errors;
|
||||
};
|
||||
|
||||
service.getSJCL = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue