diff --git a/angular-bitcore-wallet-client/index.js b/angular-bitcore-wallet-client/index.js index a7d0c09d6..0765b6df0 100644 --- a/angular-bitcore-wallet-client/index.js +++ b/angular-bitcore-wallet-client/index.js @@ -36,6 +36,7 @@ bwcModule.provider("bwcService", function() { var bwc = new Client({ baseUrl: opts.bwsurl || 'https://bws.bitpay.com/bws/api', verbose: opts.verbose, + timeout: 100000, transports: ['polling'], }); if (walletData)