settings: maintain livenet and testnet simultainously

This commit is contained in:
Manuel Araoz 2014-09-10 11:12:28 -07:00
commit 76f3b1c321
3 changed files with 49 additions and 19 deletions

View file

@ -37,6 +37,7 @@ angular.module('copayApp.controllers').controller('OpenController', function($sc
try {
w = walletFactory.open($scope.selectedWalletId, passphrase);
} catch (e) {
throw e;
errMsg = e.message;
};
if (!w) {