Merge pull request #2602 from matiaspando/feat/polling

Using polling transport
This commit is contained in:
Matias Alejo Garcia 2015-04-24 10:39:49 -03:00
commit 7ea5b1c98e
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;