settings: show wallet network on sidebar

This commit is contained in:
Manuel Araoz 2014-09-10 11:47:41 -07:00
commit 4cfe87490f
4 changed files with 5 additions and 7 deletions

View file

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