Wait for locking wallet automatically
This commit is contained in:
parent
0a5c32b9f3
commit
50497c8e52
1 changed files with 1 additions and 1 deletions
|
|
@ -651,7 +651,7 @@ angular.module('copayApp.services')
|
|||
$log.debug('Locking wallet automatically');
|
||||
root.lockFC();
|
||||
};
|
||||
}, 2000);
|
||||
}, 60000);
|
||||
return cb();
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue