mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
Update StorageProvider.tsx
This commit is contained in:
parent
8b94a9db10
commit
02dd22b8d4
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ export const StorageProvider = ({ children }: { children: React.ReactNode }) =>
|
|||
return false;
|
||||
}
|
||||
|
||||
// Force deletion: if forceDelete is true then delete and return true immediately.
|
||||
if (forceDelete) {
|
||||
deleteWallet(wallet);
|
||||
saveToDisk(true);
|
||||
|
|
Loading…
Add table
Reference in a new issue