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');
|
$log.debug('Locking wallet automatically');
|
||||||
root.lockFC();
|
root.lockFC();
|
||||||
};
|
};
|
||||||
}, 2000);
|
}, 60000);
|
||||||
return cb();
|
return cb();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue