Set backup flag after import a backup
This commit is contained in:
parent
585f83825f
commit
c6d17fc15e
1 changed files with 1 additions and 0 deletions
|
|
@ -459,6 +459,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
});
|
||||
|
||||
$rootScope.$on('Local/WalletImported', function(event, walletId) {
|
||||
storageService.setBackupFlag(walletId, function() {});
|
||||
storageService.clearLastAddress(walletId, function(err) {
|
||||
self.startScan(walletId);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue