add empty default bwsFor structure on configService

This commit is contained in:
Javier 2015-10-20 16:01:18 -03:00
commit 704768ed45

View file

@ -41,6 +41,10 @@ angular.module('copayApp.services').factory('configService', function(storageSer
rates: {
url: 'https://insight.bitpay.com:443/api/rates',
},
bwsFor: {
},
};
var configCache = null;