refactor address management
This commit is contained in:
parent
38b8240341
commit
1323ad48db
5 changed files with 110 additions and 61 deletions
|
|
@ -233,6 +233,11 @@ angular.module('copayApp.services')
|
|||
})
|
||||
};
|
||||
|
||||
|
||||
root.getClient = function(walletId) {
|
||||
return root.walletClients[walletId];
|
||||
};
|
||||
|
||||
root.deleteWalletFC = function(opts, cb) {
|
||||
var fc = root.focusedClient;
|
||||
$log.debug('Deleting Wallet:', fc.credentials.walletName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue