fix bug in expire

This commit is contained in:
Matias Alejo Garcia 2015-06-30 17:19:03 -03:00
commit 44b2599492

View file

@ -6,7 +6,7 @@ angular.module('copayApp.services')
root.expireAddress = function(walletId,cb) {
$log.debug('Cleaning Address ' + addr );
$log.debug('Cleaning Address ' + walletId );
storageService.clearLastAddress(walletId, function(err) {
return cb(err);
});