settings: maintain livenet and testnet simultainously
This commit is contained in:
parent
566b746ffd
commit
76f3b1c321
3 changed files with 49 additions and 19 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue