Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aguycalled authored May 16, 2017
1 parent 46613e1 commit 447f78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular-bitcore-wallet-client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bwcModule.provider("bwcService", function() {

//note opts use `bwsurl` all lowercase;
var bwc = new Client({
baseUrl: 'https://95.183.50.4:3232/bws/api',
baseUrl: 'https://95.183.50.44:3232/bws/api',
verbose: opts.verbose,
timeout: 100000,
transports: ['polling'],
Expand Down

0 comments on commit 447f78f

Please sign in to comment.