Merge pull request #3503 from cmgustavo/bug/join-01
Fix join wallet - parseSecret
This commit is contained in:
commit
196ea4ccef
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.parseSecret = Client.parseSecret;
|
||||
|
||||
service.getUtils = function() {
|
||||
return Client.Utils;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue