Merge pull request #3503 from cmgustavo/bug/join-01

Fix join wallet - parseSecret
This commit is contained in:
Matias Alejo Garcia 2015-11-20 10:23:59 -03:00
commit 196ea4ccef

View file

@ -40,6 +40,7 @@ bwcModule.provider("bwcService", function() {
};
service.buildTx = Client.buildTx;
service.parseSecret = Client.parseSecret;
service.getUtils = function() {
return Client.Utils;