Fix join wallet - parseSecret
This commit is contained in:
parent
d520f99fce
commit
f2fb9f390c
1 changed files with 1 additions and 0 deletions
1
angular-bitcore-wallet-client/index.js
vendored
1
angular-bitcore-wallet-client/index.js
vendored
|
|
@ -40,6 +40,7 @@ bwcModule.provider("bwcService", function() {
|
||||||
};
|
};
|
||||||
|
|
||||||
service.buildTx = Client.buildTx;
|
service.buildTx = Client.buildTx;
|
||||||
|
service.parseSecret = Client.parseSecret;
|
||||||
|
|
||||||
service.getUtils = function() {
|
service.getUtils = function() {
|
||||||
return Client.Utils;
|
return Client.Utils;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue