delete focused wallet
This commit is contained in:
parent
5b14c8aca3
commit
6e4a1e7ff2
28 changed files with 184 additions and 194 deletions
|
|
@ -75,7 +75,7 @@ angular.module('copayApp.controllers').controller('exportController',
|
|||
};
|
||||
|
||||
$scope.getAddressbook = function(cb) {
|
||||
storageService.getAddressbook(fc.credentials.network, function(err, addressBook) {
|
||||
storageService.getAddressbook(wallet.credentials.network, function(err, addressBook) {
|
||||
if (err) return cb(err);
|
||||
|
||||
var localAddressBook = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue