Remove forceNetwork

This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-15 10:16:40 -03:00
commit d85fcbfe07
4 changed files with 0 additions and 16 deletions

View file

@ -1247,15 +1247,6 @@ describe('Wallet model', function() {
});
describe('#forceNetwork in config', function() {
it('should throw if network is different', function() {
var backup = copayConfig.forceNetwork;
copayConfig.forceNetwork = true;
walletConfig.networkName = 'livenet';
createW2.should.throw(Error);
copayConfig.forceNetwork = backup;
});
});
describe('_getKeymap', function() {
var w = cachedCreateW();