fix for new addresses in send

This commit is contained in:
matiu 2017-09-14 12:27:45 -03:00
commit 8c3397e698
5 changed files with 29 additions and 6 deletions

View file

@ -13,6 +13,10 @@ bwcModule.provider("bwcService", function() {
return Client.Bitcore;
};
service.getBitcoreCash = function() {
return Client.BitcoreCash;
};
service.getErrors = function() {
return Client.errors;
};