Merge pull request #2568 from cmgustavo/bug/set-backup-after-import
Set backup flag after import a backup
This commit is contained in:
commit
4f4d6bbbd3
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) {
|
$rootScope.$on('Local/WalletImported', function(event, walletId) {
|
||||||
|
storageService.setBackupFlag(walletId, function() {});
|
||||||
storageService.clearLastAddress(walletId, function(err) {
|
storageService.clearLastAddress(walletId, function(err) {
|
||||||
self.startScan(walletId);
|
self.startScan(walletId);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue