fix bug in expire
This commit is contained in:
parent
5fd8733e39
commit
44b2599492
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ angular.module('copayApp.services')
|
||||||
|
|
||||||
|
|
||||||
root.expireAddress = function(walletId,cb) {
|
root.expireAddress = function(walletId,cb) {
|
||||||
$log.debug('Cleaning Address ' + addr );
|
$log.debug('Cleaning Address ' + walletId );
|
||||||
storageService.clearLastAddress(walletId, function(err) {
|
storageService.clearLastAddress(walletId, function(err) {
|
||||||
return cb(err);
|
return cb(err);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue