fix BWS url
This commit is contained in:
parent
c8002feb2c
commit
0a240d5559
3 changed files with 5 additions and 5 deletions
|
|
@ -98,7 +98,7 @@ mocks.init = function(fixtures, controllerName, opts, done) {
|
|||
var bwc = new $delegate.Client();
|
||||
if (walletData)
|
||||
bwc.import(walletData, {
|
||||
baseUrl: opts.baseurl || 'https://bws.bitpay.com/bws/api',
|
||||
baseUrl: opts.bwsurl || 'https://bws.bitpay.com/bws/api',
|
||||
verbose: opts.verbose,
|
||||
transports: ['polling'],
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue