delete focused wallet

This commit is contained in:
Gabriel Bazán 2016-08-19 13:09:27 -03:00
commit 6e4a1e7ff2
28 changed files with 184 additions and 194 deletions

View file

@ -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 = [];