Using polling transport

This commit is contained in:
Matias Pando 2015-04-23 17:32:16 -03:00
commit 3f42eccd9f
2 changed files with 2 additions and 1 deletions

View file

@ -117,6 +117,7 @@ angular.module('copayApp.services').factory('configService', function(localStora
root.get(function(err, c) {
if (err) throw Error(err);
bwcService.setBaseUrl(c.bws.url);
bwcService.setTransports(['polling']);
});
return root;