fix tests
This commit is contained in:
parent
1e2555dad9
commit
b17517ede0
12 changed files with 25 additions and 16 deletions
1
angular-bitcore-wallet-client/index.js
vendored
1
angular-bitcore-wallet-client/index.js
vendored
|
|
@ -30,6 +30,7 @@ bwcModule.provider("bwcService", function() {
|
|||
};
|
||||
|
||||
service.getClient = function(walletData, opts) {
|
||||
opts = opts || {};
|
||||
|
||||
//note opts use `baseurl` all lowercase;
|
||||
var bwc = new Client({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue